Share via


IndexerRuntime Class

Definition

Represents the indexer's cumulative runtime consumption in the service.

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

Properties

Name Description
BeginningTime

Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive).

EndingTime

End UTC time of the 24-hour period considered for indexer runtime usage (inclusive).

RemainingSeconds

Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds.

UsedSeconds

Cumulative runtime of the indexer from the beginningTime to endingTime, in seconds.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IndexerRuntime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IndexerRuntime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IndexerRuntime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IndexerRuntime>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IndexerRuntime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to