Uses of Class
com.azure.search.documents.indexes.models.SearchServiceLimits
Packages that use SearchServiceLimits
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchServiceLimits in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchServiceLimitsModifier and TypeClassDescriptionfinal classRepresents various service level limits.Methods in com.azure.search.documents.indexes.models that return SearchServiceLimitsModifier and TypeMethodDescriptionstatic SearchServiceLimitsSearchServiceLimits.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchServiceLimits from the JsonReader.SearchServiceStatistics.getLimits()Get the limits property: Service level general limits.SearchServiceLimits.setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex) Set the maxComplexCollectionFieldsPerIndex property: The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index.SearchServiceLimits.setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument) Set the maxComplexObjectsInCollectionsPerDocument property: The maximum number of objects in complex collections allowed per document.SearchServiceLimits.setMaxCumulativeIndexerRuntimeSeconds(Long maxCumulativeIndexerRuntimeSeconds) Set the maxCumulativeIndexerRuntimeSeconds property: The maximum cumulative runtime in seconds allowed for all indexers in the service over the current UTC period.SearchServiceLimits.setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex) Set the maxFieldNestingDepthPerIndex property: The maximum depth which you can nest sub-fields in an index, including the top-level complex field.SearchServiceLimits.setMaxFieldsPerIndex(Integer maxFieldsPerIndex) Set the maxFieldsPerIndex property: The maximum allowed fields per index.SearchServiceLimits.setMaxStoragePerIndexInBytes(Long maxStoragePerIndexInBytes) Set the maxStoragePerIndexInBytes property: The maximum amount of storage in bytes allowed per index.Constructors in com.azure.search.documents.indexes.models with parameters of type SearchServiceLimitsModifierConstructorDescriptionSearchServiceStatistics(SearchServiceCounters counters, SearchServiceLimits limits) Creates an instance of SearchServiceStatistics class.