SearchServiceCounters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents service-level resource counters and quotas.
public class SearchServiceCounters
public class SearchServiceCounters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchServiceCounters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchServiceCounters>
type SearchServiceCounters = class
type SearchServiceCounters = class
interface IJsonModel<SearchServiceCounters>
interface IPersistableModel<SearchServiceCounters>
Public Class SearchServiceCounters
Public Class SearchServiceCounters
Implements IJsonModel(Of SearchServiceCounters), IPersistableModel(Of SearchServiceCounters)
- Inheritance
-
SearchServiceCounters
- Implements
Properties
AliasCounter |
Total number of aliases. |
DataSourceCounter |
Total number of data sources. |
DocumentCounter |
Total number of documents across all indexes in the service. |
IndexCounter |
Total number of indexes. |
IndexerCounter |
Total number of indexers. |
SkillsetCounter |
Total number of skillsets. |
StorageSizeCounter |
Total size of used storage in bytes. |
SynonymMapCounter |
Total number of synonym maps. |
VectorIndexSizeCounter |
Total memory consumption of all vector indexes within the service, in bytes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SearchServiceCounters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchServiceCounters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchServiceCounters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchServiceCounters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchServiceCounters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |