Share via


ODataMessageQuotas.MaxPartsPerBatch Property

 

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

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

Syntax

public int MaxPartsPerBatch { get; set; }
public:
property int MaxPartsPerBatch {
    int get();
    void set(int value);
}
member MaxPartsPerBatch : int with get, set
Public Property MaxPartsPerBatch As Integer

Property Value

Type: System.Int32

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

See Also

ODataMessageQuotas Class
Microsoft.OData.Core Namespace

Return to top