Compartir a través de


ServiceLimits.MaxFieldNestingDepthPerIndex Propiedad

Definición

Obtiene o establece la profundidad máxima que puede anidar subcampos en un índice, incluido el campo complejo de nivel superior. Por ejemplo, a/b/c tiene una profundidad de anidamiento 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a