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 amount of time, in seconds, between the data aggregation service operations that push data back into the content database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DataAggregationInterval As Integer
Get
Set
'Usage
Dim instance As SPUserCodeService
Dim value As Integer
value = instance.DataAggregationInterval
instance.DataAggregationInterval = value
public int DataAggregationInterval { get; set; }
Property Value
Type: System.Int32
The number of seconds between data aggregation service operations that push data back into the content database.
Remarks
The default value is 60.