ServiceLimits interface
Represents various service level limits.
Properties
max |
The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index. |
max |
The maximum number of objects in complex collections allowed per document. |
max |
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. |
max |
The maximum allowed fields per index. |
max |
The maximum amount of storage in bytes allowed 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
maxStoragePerIndexInBytes
The maximum amount of storage in bytes allowed per index.
maxStoragePerIndexInBytes?: number
Property Value
number