Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ServiceCounters interface
- Package:
- @azure/search-documents
Represents service-level resource counters and quotas.
Properties
| aliasCounter | Total number of aliases. |
| dataSourceCounter | Total number of data sources. |
| documentCounter | Total number of documents across all indexes in the service. |
| indexCounter | Total number of indexes. |
| indexerCounter | Total number of indexers. |
| skillsetCounter | Total number of skillsets. |
| storageSizeCounter | Total size of used storage in bytes. |
| synonymMapCounter | Total number of synonym maps. |
| vectorIndexSizeCounter | Total memory consumption of all vector indexes within the service, in bytes. |
Property Details
aliasCounter
dataSourceCounter
documentCounter
Total number of documents across all indexes in the service.
documentCounter: ResourceCounter
Property Value
indexCounter
indexerCounter
skillsetCounter
storageSizeCounter
Total size of used storage in bytes.
storageSizeCounter: ResourceCounter
Property Value
synonymMapCounter
vectorIndexSizeCounter
Total memory consumption of all vector indexes within the service, in bytes.
vectorIndexSizeCounter: ResourceCounter
