| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceCounter |
SearchServiceCounters.getDataSourceCounter()
Get the dataSourceCounter property: Total number of data sources.
|
ResourceCounter |
SearchServiceCounters.getDocumentCounter()
Get the documentCounter property: Total number of documents across all
indexes in the service.
|
ResourceCounter |
SearchServiceCounters.getIndexCounter()
Get the indexCounter property: Total number of indexes.
|
ResourceCounter |
SearchServiceCounters.getIndexerCounter()
Get the indexerCounter property: Total number of indexers.
|
ResourceCounter |
SearchServiceCounters.getStorageSizeCounter()
Get the storageSizeCounter property: Total size of used storage in
bytes.
|
ResourceCounter |
SearchServiceCounters.getSynonymMapCounter()
Get the synonymMapCounter property: Total number of synonym maps.
|
ResourceCounter |
ResourceCounter.setQuota(Long quota)
Set the quota property: The resource amount quota.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.