Uses of Class
com.azure.search.documents.indexes.models.ServiceIndexersRuntime
Packages that use ServiceIndexersRuntime
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ServiceIndexersRuntime in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type ServiceIndexersRuntimeModifier and TypeClassDescriptionfinal classRepresents service level indexers runtime information.Methods in com.azure.search.documents.indexes.models that return ServiceIndexersRuntimeModifier and TypeMethodDescriptionstatic ServiceIndexersRuntimeServiceIndexersRuntime.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceIndexersRuntime from the JsonReader.SearchServiceStatistics.getIndexersRuntime()Get the indexersRuntime property: Service level indexers runtime information.ServiceIndexersRuntime.setRemainingSeconds(Long remainingSeconds) Set the remainingSeconds property: Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds.Methods in com.azure.search.documents.indexes.models with parameters of type ServiceIndexersRuntimeModifier and TypeMethodDescriptionSearchServiceStatistics.setIndexersRuntime(ServiceIndexersRuntime indexersRuntime) Set the indexersRuntime property: Service level indexers runtime information.