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