ServiceLimits.MaxFieldsPerIndex Property

Definition

Gets or sets the maximum allowed fields per index.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to