Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceLimits

Package version

Represents various service level limits.

Hierarchy

  • ServiceLimits

Index

Properties

Optional maxComplexCollectionFieldsPerIndex

maxComplexCollectionFieldsPerIndex: undefined | number

The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index.

Optional maxComplexObjectsInCollectionsPerDocument

maxComplexObjectsInCollectionsPerDocument: undefined | number

The maximum number of objects in complex collections allowed per document.

Optional maxFieldNestingDepthPerIndex

maxFieldNestingDepthPerIndex: undefined | number

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.

Optional maxFieldsPerIndex

maxFieldsPerIndex: undefined | number

The maximum allowed fields per index.

Generated using TypeDoc