Uses of Class
com.azure.search.documents.indexes.models.IndexerRuntime
Packages that use IndexerRuntime
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerRuntime in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type IndexerRuntimeModifier and TypeClassDescriptionfinal classRepresents the indexer's cumulative runtime consumption in the service.Methods in com.azure.search.documents.indexes.models that return IndexerRuntimeModifier and TypeMethodDescriptionstatic IndexerRuntimeIndexerRuntime.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexerRuntime from the JsonReader.SearchIndexerStatus.getRuntime()Get the runtime property: Snapshot of the indexer’s cumulative runtime consumption for the service over the current UTC period.IndexerRuntime.setRemainingSeconds(Long remainingSeconds) Set the remainingSeconds property: Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds.