### YamlMime:JavaType
uid: "com.azure.search.models.ServiceLimits"
fullName: "com.azure.search.models.ServiceLimits"
name: "ServiceLimits"
nameWithType: "ServiceLimits"
summary: "Represents various service level limits."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **ServiceLimits**"
constructors:
- uid: "com.azure.search.models.ServiceLimits.ServiceLimits()"
fullName: "com.azure.search.models.ServiceLimits.ServiceLimits()"
name: "ServiceLimits()"
nameWithType: "ServiceLimits.ServiceLimits()"
syntax: "public ServiceLimits()"
methods:
- uid: "com.azure.search.models.ServiceLimits.getMaxComplexCollectionFieldsPerIndex()"
fullName: "com.azure.search.models.ServiceLimits.getMaxComplexCollectionFieldsPerIndex()"
name: "getMaxComplexCollectionFieldsPerIndex()"
nameWithType: "ServiceLimits.getMaxComplexCollectionFieldsPerIndex()"
summary: "Get the maxComplexCollectionFieldsPerIndex property: The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index."
syntax: "public Integer getMaxComplexCollectionFieldsPerIndex()"
desc: "Get the maxComplexCollectionFieldsPerIndex property: The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index."
returns:
description: "the maxComplexCollectionFieldsPerIndex value."
type: "Integer"
- uid: "com.azure.search.models.ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
fullName: "com.azure.search.models.ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
name: "getMaxComplexObjectsInCollectionsPerDocument()"
nameWithType: "ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
summary: "Get the maxComplexObjectsInCollectionsPerDocument property: The maximum number of objects in complex collections allowed per document."
syntax: "public Integer getMaxComplexObjectsInCollectionsPerDocument()"
desc: "Get the maxComplexObjectsInCollectionsPerDocument property: The maximum number of objects in complex collections allowed per document."
returns:
description: "the maxComplexObjectsInCollectionsPerDocument value."
type: "Integer"
- uid: "com.azure.search.models.ServiceLimits.getMaxFieldNestingDepthPerIndex()"
fullName: "com.azure.search.models.ServiceLimits.getMaxFieldNestingDepthPerIndex()"
name: "getMaxFieldNestingDepthPerIndex()"
nameWithType: "ServiceLimits.getMaxFieldNestingDepthPerIndex()"
summary: "Get the maxFieldNestingDepthPerIndex property: The maximum depth which you can nest sub-fields in an index, including the top-level complex field."
syntax: "public Integer getMaxFieldNestingDepthPerIndex()"
desc: "Get the maxFieldNestingDepthPerIndex property: 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."
returns:
description: "the maxFieldNestingDepthPerIndex value."
type: "Integer"
- uid: "com.azure.search.models.ServiceLimits.getMaxFieldsPerIndex()"
fullName: "com.azure.search.models.ServiceLimits.getMaxFieldsPerIndex()"
name: "getMaxFieldsPerIndex()"
nameWithType: "ServiceLimits.getMaxFieldsPerIndex()"
summary: "Get the maxFieldsPerIndex property: The maximum allowed fields per index."
syntax: "public Integer getMaxFieldsPerIndex()"
desc: "Get the maxFieldsPerIndex property: The maximum allowed fields per index."
returns:
description: "the maxFieldsPerIndex value."
type: "Integer"
- uid: "com.azure.search.models.ServiceLimits.setMaxComplexCollectionFieldsPerIndex(java.lang.Integer)"
fullName: "com.azure.search.models.ServiceLimits.setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)"
name: "setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)"
nameWithType: "ServiceLimits.setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)"
summary: "Set the maxComplexCollectionFieldsPerIndex property: The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index."
parameters:
- description: "the\n maxComplexCollectionFieldsPerIndex value to set."
name: "maxComplexCollectionFieldsPerIndex"
type: "Integer"
syntax: "public ServiceLimits setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)"
desc: "Set the maxComplexCollectionFieldsPerIndex property: The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index."
returns:
description: "the ServiceLimits object itself."
type: ""
- uid: "com.azure.search.models.ServiceLimits.setMaxComplexObjectsInCollectionsPerDocument(java.lang.Integer)"
fullName: "com.azure.search.models.ServiceLimits.setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)"
name: "setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)"
nameWithType: "ServiceLimits.setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)"
summary: "Set the maxComplexObjectsInCollectionsPerDocument property: The maximum number of objects in complex collections allowed per document."
parameters:
- description: "the\n maxComplexObjectsInCollectionsPerDocument value to set."
name: "maxComplexObjectsInCollectionsPerDocument"
type: "Integer"
syntax: "public ServiceLimits setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)"
desc: "Set the maxComplexObjectsInCollectionsPerDocument property: The maximum number of objects in complex collections allowed per document."
returns:
description: "the ServiceLimits object itself."
type: ""
- uid: "com.azure.search.models.ServiceLimits.setMaxFieldNestingDepthPerIndex(java.lang.Integer)"
fullName: "com.azure.search.models.ServiceLimits.setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)"
name: "setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)"
nameWithType: "ServiceLimits.setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)"
summary: "Set the maxFieldNestingDepthPerIndex property: The maximum depth which you can nest sub-fields in an index, including the top-level complex field."
parameters:
- description: "the maxFieldNestingDepthPerIndex\n value to set."
name: "maxFieldNestingDepthPerIndex"
type: "Integer"
syntax: "public ServiceLimits setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)"
desc: "Set the maxFieldNestingDepthPerIndex property: 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."
returns:
description: "the ServiceLimits object itself."
type: ""
- uid: "com.azure.search.models.ServiceLimits.setMaxFieldsPerIndex(java.lang.Integer)"
fullName: "com.azure.search.models.ServiceLimits.setMaxFieldsPerIndex(Integer maxFieldsPerIndex)"
name: "setMaxFieldsPerIndex(Integer maxFieldsPerIndex)"
nameWithType: "ServiceLimits.setMaxFieldsPerIndex(Integer maxFieldsPerIndex)"
summary: "Set the maxFieldsPerIndex property: The maximum allowed fields per index."
parameters:
- description: "the maxFieldsPerIndex value to set."
name: "maxFieldsPerIndex"
type: "Integer"
syntax: "public ServiceLimits setMaxFieldsPerIndex(Integer maxFieldsPerIndex)"
desc: "Set the maxFieldsPerIndex property: The maximum allowed fields per index."
returns:
description: "the ServiceLimits object itself."
type: ""
type: "class"
desc: "Represents various service level limits."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1