Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerLimits
Packages that use SearchIndexerLimits
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerLimits in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerLimitsModifier and TypeMethodDescriptionstatic SearchIndexerLimitsSearchIndexerLimits.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerLimits from the JsonReader.SearchIndexerStatus.getLimits()Get the limits property: The execution limits for the indexer.Constructors in com.azure.search.documents.indexes.models with parameters of type SearchIndexerLimitsModifierConstructorDescriptionSearchIndexerStatus(IndexerStatus status, List<IndexerExecutionResult> executionHistory, SearchIndexerLimits limits) Creates an instance of SearchIndexerStatus class.