ServiceLimits Class

Definition

Represents various service level limits.

public class ServiceLimits
type ServiceLimits = class
Public Class ServiceLimits
Inheritance
ServiceLimits

Constructors

ServiceLimits()

Initializes a new instance of the ServiceLimits class.

ServiceLimits(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ServiceLimits class.

Properties

MaxComplexCollectionFieldsPerIndex

Gets or sets the maximum number of fields of type Collection(Edm.ComplexType) allowed in an index.

MaxComplexObjectsInCollectionsPerDocument

Gets or sets the maximum number of objects in complex collections allowed per document.

MaxFieldNestingDepthPerIndex

Gets or sets 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

Gets or sets the maximum allowed fields per index.

Applies to