UsageAnalyticsJobDefinition.UpdateRelationShipCacheThreshold property
Gets or sets an integer value that specifies the number of days to aggregate raw usage events used when updating recommendations, which is the output produced by usage analytics.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UpdateRelationShipCacheThreshold As Integer
Get
Set
'Usage
Dim instance As UsageAnalyticsJobDefinition
Dim value As Integer
value = instance.UpdateRelationShipCacheThreshold
instance.UpdateRelationShipCacheThreshold = value
public int UpdateRelationShipCacheThreshold { get; set; }
Property value
Type: System.Int32
See also
Reference
UsageAnalyticsJobDefinition class