Share via


ServiceLimits.MaxFieldsPerIndex プロパティ

定義

インデックスごとに許可される最大フィールドを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象