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 change sets and query operations that are allowed in a single batch.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxBatchCount As Integer
Get
Set
'Usage
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxBatchCount
instance.MaxBatchCount = value
public int MaxBatchCount { get; set; }
public:
virtual property int MaxBatchCount {
int get () sealed;
void set (int value) sealed;
}
abstract MaxBatchCount : int with get, set
override MaxBatchCount : int with get, set
final function get MaxBatchCount () : int
final function set MaxBatchCount (value : int)
Property Value
Type: System.Int32
The maximum number of change sets.
Implements
IDataServiceConfiguration.MaxBatchCount
See Also
Reference
DataServiceConfiguration Class
System.Data.Services Namespace