public final class ServiceLimits extends Object
| Constructor and Description |
|---|
ServiceLimits() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxComplexCollectionFieldsPerIndex()
Get the maxComplexCollectionFieldsPerIndex property: The maximum number
of fields of type Collection(Edm.ComplexType) allowed in an index.
|
Integer |
getMaxComplexObjectsInCollectionsPerDocument()
Get the maxComplexObjectsInCollectionsPerDocument property: The maximum
number of objects in complex collections allowed per document.
|
Integer |
getMaxFieldNestingDepthPerIndex()
Get the maxFieldNestingDepthPerIndex property: The maximum depth which
you can nest sub-fields in an index, including the top-level complex
field.
|
Integer |
getMaxFieldsPerIndex()
Get the maxFieldsPerIndex property: The maximum allowed fields per
index.
|
ServiceLimits |
setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)
Set the maxComplexCollectionFieldsPerIndex property: The maximum number
of fields of type Collection(Edm.ComplexType) allowed in an index.
|
ServiceLimits |
setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)
Set the maxComplexObjectsInCollectionsPerDocument property: The maximum
number of objects in complex collections allowed per document.
|
ServiceLimits |
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.
|
ServiceLimits |
setMaxFieldsPerIndex(Integer maxFieldsPerIndex)
Set the maxFieldsPerIndex property: The maximum allowed fields per
index.
|
public Integer getMaxFieldsPerIndex()
public ServiceLimits setMaxFieldsPerIndex(Integer maxFieldsPerIndex)
maxFieldsPerIndex - the maxFieldsPerIndex value to set.public Integer getMaxFieldNestingDepthPerIndex()
public ServiceLimits setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)
maxFieldNestingDepthPerIndex - the maxFieldNestingDepthPerIndex
value to set.public Integer getMaxComplexCollectionFieldsPerIndex()
public ServiceLimits setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)
maxComplexCollectionFieldsPerIndex - the
maxComplexCollectionFieldsPerIndex value to set.public Integer getMaxComplexObjectsInCollectionsPerDocument()
public ServiceLimits setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)
maxComplexObjectsInCollectionsPerDocument - the
maxComplexObjectsInCollectionsPerDocument value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.