SPUserCodeService.DataAggregationInterval Property
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.