Share via


ODataMessageQuotas.MaxOperationsPerChangeset Property

 

Gets or sets the maximum number of operations allowed in a single changeset.

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

Syntax

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

Property Value

Type: System.Int32

The maximum number of operations allowed in a single changeset.

See Also

ODataMessageQuotas Class
Microsoft.OData.Core Namespace

Return to top