Compartir a través de


ServiceLimits Clase

Definición

Representa varios límites de nivel de servicio.

public class ServiceLimits
type ServiceLimits = class
Public Class ServiceLimits
Herencia
ServiceLimits

Constructores

ServiceLimits()

Inicializa una nueva instancia de la clase ServiceLimits.

ServiceLimits(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa una nueva instancia de la clase ServiceLimits.

Propiedades

MaxComplexCollectionFieldsPerIndex

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

MaxComplexObjectsInCollectionsPerDocument

Obtiene o establece el número máximo de objetos en colecciones complejas permitidas por documento.

MaxFieldNestingDepthPerIndex

Obtiene o establece la profundidad máxima que puede anidar subcampos en un índice, incluido el campo complejo de nivel superior. Por ejemplo, a/b/c tiene una profundidad de anidamiento de 3.

MaxFieldsPerIndex

Obtiene o establece el número máximo de campos permitidos por índice.

Se aplica a