Uses of Class
com.azure.search.documents.indexes.models.ResourceCounter
Packages that use ResourceCounter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ResourceCounter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ResourceCounterModifier and TypeMethodDescriptionstatic ResourceCounterResourceCounter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceCounter from the JsonReader.SearchServiceCounters.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.SearchServiceCounters.getVectorIndexSizeCounter()Get the vectorIndexSizeCounter property: Total memory consumption of all vector indexes within the service, in bytes.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.SearchServiceCounters.setVectorIndexSizeCounter(ResourceCounter vectorIndexSizeCounter) Set the vectorIndexSizeCounter property: Total memory consumption of all vector indexes within the service, in bytes.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.