public final class SearchServiceCounters extends Object
| Modifier and Type | Method and Description |
|---|---|
ResourceCounter |
getDataSourceCounter()
Get the dataSourceCounter property: Total number of data sources.
|
ResourceCounter |
getDocumentCounter()
Get the documentCounter property: Total number of documents across all
indexes in the service.
|
ResourceCounter |
getIndexCounter()
Get the indexCounter property: Total number of indexes.
|
ResourceCounter |
getIndexerCounter()
Get the indexerCounter property: Total number of indexers.
|
ResourceCounter |
getStorageSizeCounter()
Get the storageSizeCounter property: Total size of used storage in
bytes.
|
ResourceCounter |
getSynonymMapCounter()
Get the synonymMapCounter property: Total number of synonym maps.
|
public ResourceCounter getDocumentCounter()
public ResourceCounter getIndexCounter()
public ResourceCounter getIndexerCounter()
public ResourceCounter getDataSourceCounter()
public ResourceCounter getStorageSizeCounter()
public ResourceCounter getSynonymMapCounter()
Copyright © 2020 Microsoft Corporation. All rights reserved.