Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ServiceLimits interface
- Package:
- @azure/search-documents
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. |
| maxCumulativeIndexerRuntimeSeconds | The maximum cumulative indexer runtime in seconds allowed for the service. |
| 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. |
| maxStoragePerIndexInBytes | 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
maxCumulativeIndexerRuntimeSeconds
The maximum cumulative indexer runtime in seconds allowed for the service.
maxCumulativeIndexerRuntimeSeconds?: 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
