Share via


ODataMessageQuotas.MaxNestingDepth Property

 

Gets or sets the maximum depth of nesting allowed when reading or writing recursive payloads.

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

Syntax

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

Property Value

Type: System.Int32

The maximum depth of nesting allowed when reading or writing recursive payloads.

See Also

ODataMessageQuotas Class
Microsoft.OData.Core Namespace

Return to top