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 an integer specifying the limit imposed on the batch size of the work-item collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property BatchFetchLimit As Integer
Get
'Usage
Dim instance As SPWorkItemJobDefinition
Dim value As Integer
value = instance.BatchFetchLimit
public virtual int BatchFetchLimit { get; }
Type: System.Int32
Returns the WorkItemEventDeliveryBatchSize (ContentService) for the work item collection.
This is a paging size that is set, by default, to 100, so that work items are paged in 100-item batches.
If set to zero, all runnable work items are paged in. This should be done with caution.
SPWorkItemJobDefinition members