Site.MaxItemsPerThrottledOperation property

Gets a value that specifies the maximum number of list items allowed per operation before throttling will occur.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property MaxItemsPerThrottledOperation As UInteger
    Get
'Usage
Dim instance As Site
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperation
public uint MaxItemsPerThrottledOperation { get; }

Property value

Type: System.UInt32
Returns a UInt32 instance representing the maximum number of list items allowed per operation before throttling will occur.

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace