SearchServiceLimits Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents various service level limits.
public class SearchServiceLimits
type SearchServiceLimits = class
Public Class SearchServiceLimits
- Inheritance
-
SearchServiceLimits
Properties
MaxComplexCollectionFieldsPerIndex |
The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index. |
MaxComplexObjectsInCollectionsPerDocument |
The maximum number of objects in complex collections allowed per document. |
MaxFieldNestingDepthPerIndex |
The maximum depth which you can nest sub-fields in an index, including the top-level complex field. For example, a/b/c has a nesting depth of 3. |
MaxFieldsPerIndex |
The maximum allowed fields per index. |
MaxStoragePerIndexInBytes |
The maximum amount of storage in bytes allowed per index. |
Applies to
Azure SDK for .NET