ServiceLimits interface

Represents various service level limits.

Properties

maxComplexCollectionFieldsPerIndex

The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index.

maxComplexObjectsInCollectionsPerDocument

The maximum number of objects in complex collections allowed per document.

maxFieldNestingDepthPerIndex

The maximum depth which you can nest sub-fields in an index, including the top-level complex field. For example, a/b/c has a nesting depth of 3.

maxFieldsPerIndex

The maximum allowed fields per index.

Property Details

maxComplexCollectionFieldsPerIndex

The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index.

maxComplexCollectionFieldsPerIndex?: number

Property Value

number

maxComplexObjectsInCollectionsPerDocument

The maximum number of objects in complex collections allowed per document.

maxComplexObjectsInCollectionsPerDocument?: number

Property Value

number

maxFieldNestingDepthPerIndex

The maximum depth which you can nest sub-fields in an index, including the top-level complex field. For example, a/b/c has a nesting depth of 3.

maxFieldNestingDepthPerIndex?: number

Property Value

number

maxFieldsPerIndex

The maximum allowed fields per index.

maxFieldsPerIndex?: number

Property Value

number