Share via


SearchServiceStatistics Class

Definition

Response from a get service statistics request. If successful, it includes service level counters and limits.

public class SearchServiceStatistics : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchServiceStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchServiceStatistics>
type SearchServiceStatistics = class
    interface IJsonModel<SearchServiceStatistics>
    interface IPersistableModel<SearchServiceStatistics>
Public Class SearchServiceStatistics
Implements IJsonModel(Of SearchServiceStatistics), IPersistableModel(Of SearchServiceStatistics)
Inheritance
SearchServiceStatistics
Implements

Properties

Counters

Service level resource counters.

Limits

Service level general limits.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchServiceStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SearchServiceStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchServiceStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchServiceStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SearchServiceStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to