次の方法で共有


ServiceLimits.MaxComplexCollectionFieldsPerIndex プロパティ

定義

インデックスで許可される Collection(Edm.ComplexType) 型のフィールドの最大数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象