ServiceCounters interface
Represents service-level resource counters and quotas.
Properties
data |
Total number of data sources. |
document |
Total number of documents across all indexes in the service. |
index |
Total number of indexes. |
indexer |
Total number of indexers. |
skillset |
Total number of skillsets. |
storage |
Total size of used storage in bytes. |
synonym |
Total number of synonym maps. |
vector |
Total memory consumption of all vector indexes within the service, in bytes. |
Property Details
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