Compartir a través de


ServiceLimits.MaxComplexCollectionFieldsPerIndex Propiedad

Definición

Obtiene o establece el número máximo de campos de tipo Collection(Edm.ComplexType) permitido en un índice.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a