SearchServiceLimits Class

Definition

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.

Applies to