Uses of Class
com.azure.search.documents.indexes.models.SearchServiceLimits
Packages that use SearchServiceLimits
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchServiceLimits in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchServiceLimitsModifier and TypeMethodDescriptionSearchServiceStatistics.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.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.Constructors in com.azure.search.documents.indexes.models with parameters of type SearchServiceLimitsModifierConstructorDescriptionSearchServiceStatistics
(SearchServiceCounters counters, SearchServiceLimits limits) Creates an instance of SearchServiceStatistics class.