Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum aggregation count that is required to consider the event for a particular item.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TailTrimming As Integer
Get
Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.TailTrimming
instance.TailTrimming = value
[DataMemberAttribute]
public int TailTrimming { get; set; }
Property value
Type: System.Int32
The minimum aggregation count that is required to consider the event for a particular item.
See also
Reference
AnalyticsEventTypeDefinition class