MaxBatchSize Property

Gets or sets the maximum number of query operations and changesets allowed in a single batch.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property MaxBatchSize As Integer
    Get
    Set
'Usage
Dim instance As ODataMessageWriterSettings
Dim value As Integer

value = instance.MaxBatchSize

instance.MaxBatchSize = value
public int MaxBatchSize { get; set; }
public:
property int MaxBatchSize {
    int get ();
    void set (int value);
}
member MaxBatchSize : int with get, set
function get MaxBatchSize () : int
function set MaxBatchSize (value : int)

Property Value

Type: System..::..Int32
The maximum number of query operations and changesets allowed in a single batch.

See Also

Reference

ODataMessageWriterSettings Class

Microsoft.Data.OData Namespace