Partager via


ServiceLimits.MaxFieldNestingDepthPerIndex Propriété

Définition

Obtient ou définit la profondeur maximale que vous pouvez imbriquer sous-champs dans un index, y compris le champ complexe de niveau supérieur. Par exemple, a/b/c a une profondeur d’imbrication 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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à