Share via


ServiceLimits.MaxComplexObjectsInCollectionsPerDocument プロパティ

定義

ドキュメントごとに許可される複雑なコレクション内のオブジェクトの最大数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象