Share via


AnalyticsItemData.LastProcessingHits property

Gets the number of hits for an item or rollup scope in the last processing interval.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastProcessingHits As Integer
    Get
    Friend Set
'Usage
Dim instance As AnalyticsItemData
Dim value As Integer

value = instance.LastProcessingHits
[DataMemberAttribute]
public int LastProcessingHits { get; internal set; }

Property value

Type: System.Int32

Implements

IAnalyticsItemData.LastProcessingHits

See also

Reference

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace