ServiceLimits.MaxComplexObjectsInCollectionsPerDocument Property

Definition

Gets or sets the maximum number of objects in complex collections allowed per document.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to