Share via


ListIndexStatsSummary Class

Definition

Response from a request to retrieve stats summary of all indexes. If successful, it includes the stats of each index in the service.

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

Properties

IndexesStatistics

The Statistics summary of all indexes in the Search service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ListIndexStatsSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListIndexStatsSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListIndexStatsSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListIndexStatsSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListIndexStatsSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to