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 the maximum number of change sets that can be handled in a batch.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property MaxChangesetCount As Integer
Get
Set
'Usage
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxChangesetCount
instance.MaxChangesetCount = value
int MaxChangesetCount { get; set; }
property int MaxChangesetCount {
int get ();
void set (int value);
}
abstract MaxChangesetCount : int with get, set
function get MaxChangesetCount () : int
function set MaxChangesetCount (value : int)
Property Value
Type: System.Int32
Integer value that indicates the maximum number of change sets that can be handled in a batch.