ODataMessageQuotas.MaxPartsPerBatch Property

Gets or sets the maximum number of top level 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 MaxPartsPerBatch As Integer 
    Get 
    Set
'Usage
Dim instance As ODataMessageQuotas 
Dim value As Integer 

value = instance.MaxPartsPerBatch

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

Property Value

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

See Also

Reference

ODataMessageQuotas Class

Microsoft.Data.OData Namespace