DataServiceConfiguration.MaxObjectCountOnInsert Property
Get or sets the maximum number of objects to insert that can be contained in a single POST request.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxObjectCountOnInsert As Integer
Get
Set
'Usage
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxObjectCountOnInsert
instance.MaxObjectCountOnInsert = value
public int MaxObjectCountOnInsert { get; set; }
public:
virtual property int MaxObjectCountOnInsert {
int get () sealed;
void set (int value) sealed;
}
abstract MaxObjectCountOnInsert : int with get, set
override MaxObjectCountOnInsert : int with get, set
final function get MaxObjectCountOnInsert () : int
final function set MaxObjectCountOnInsert (value : int)
Property Value
Type: System.Int32
The maximum number of objects to insert.
Implements
IDataServiceConfiguration.MaxObjectCountOnInsert
See Also
Reference
DataServiceConfiguration Class
System.Data.Services Namespace