Uses of Class
com.azure.search.documents.indexes.models.ResourceCounter
Packages that use ResourceCounter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of ResourceCounter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ResourceCounterModifier and TypeMethodDescriptionSearchServiceCounters.getAliasCounter()
Get the aliasCounter property: Total number of aliases.SearchServiceCounters.getDataSourceCounter()
Get the dataSourceCounter property: Total number of data sources.SearchServiceCounters.getDocumentCounter()
Get the documentCounter property: Total number of documents across all indexes in the service.SearchServiceCounters.getIndexCounter()
Get the indexCounter property: Total number of indexes.SearchServiceCounters.getIndexerCounter()
Get the indexerCounter property: Total number of indexers.SearchServiceCounters.getSkillsetCounter()
Get the skillsetCounter property: Total number of skillsets.SearchServiceCounters.getStorageSizeCounter()
Get the storageSizeCounter property: Total size of used storage in bytes.SearchServiceCounters.getSynonymMapCounter()
Get the synonymMapCounter property: Total number of synonym maps.Set the quota property: The resource amount quota.Methods in com.azure.search.documents.indexes.models with parameters of type ResourceCounterModifier and TypeMethodDescriptionSearchServiceCounters.setAliasCounter
(ResourceCounter aliasCounter) Set the aliasCounter property: Total number of aliases.SearchServiceCounters.setSkillsetCounter
(ResourceCounter skillsetCounter) Set the skillsetCounter property: Total number of skillsets.Constructors in com.azure.search.documents.indexes.models with parameters of type ResourceCounterModifierConstructorDescriptionSearchServiceCounters
(ResourceCounter documentCounter, ResourceCounter indexCounter, ResourceCounter indexerCounter, ResourceCounter dataSourceCounter, ResourceCounter storageSizeCounter, ResourceCounter synonymMapCounter) Creates an instance of SearchServiceCounters class.