Compartilhar via


ServiceLimits.MaxFieldNestingDepthPerIndex Propriedade

Definição

Obtém ou define a profundidade máxima que você pode aninhar subcampos em um índice, incluindo o campo complexo de nível superior. Por exemplo, a/b/c tem uma profundidade de aninhamento de 3.

[Newtonsoft.Json.JsonProperty(PropertyName="maxFieldNestingDepthPerIndex")]
public int? MaxFieldNestingDepthPerIndex { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxFieldNestingDepthPerIndex")>]
member this.MaxFieldNestingDepthPerIndex : Nullable<int> with get, set
Public Property MaxFieldNestingDepthPerIndex As Nullable(Of Integer)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a