132 строки
10 KiB
YAML
132 строки
10 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
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 max<wbr>Complex<wbr>Collection<wbr>Fields<wbr>Per<wbr>Index property: The maximum number of fields of type Collection(Edm.<wbr>Complex<wbr>Type) 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.search.models.ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
|
|
fullName: "com.azure.search.models.ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
|
|
name: "getMaxComplexObjectsInCollectionsPerDocument()"
|
|
nameWithType: "ServiceLimits.getMaxComplexObjectsInCollectionsPerDocument()"
|
|
summary: "Get the max<wbr>Complex<wbr>Objects<wbr>InCollections<wbr>Per<wbr>Document 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.search.models.ServiceLimits.getMaxFieldNestingDepthPerIndex()"
|
|
fullName: "com.azure.search.models.ServiceLimits.getMaxFieldNestingDepthPerIndex()"
|
|
name: "getMaxFieldNestingDepthPerIndex()"
|
|
nameWithType: "ServiceLimits.getMaxFieldNestingDepthPerIndex()"
|
|
summary: "Get the max<wbr>Field<wbr>Nesting<wbr>Depth<wbr>Per<wbr>Index 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.search.models.ServiceLimits.getMaxFieldsPerIndex()"
|
|
fullName: "com.azure.search.models.ServiceLimits.getMaxFieldsPerIndex()"
|
|
name: "getMaxFieldsPerIndex()"
|
|
nameWithType: "ServiceLimits.getMaxFieldsPerIndex()"
|
|
summary: "Get the max<wbr>Fields<wbr>Per<wbr>Index 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- 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 max<wbr>Complex<wbr>Collection<wbr>Fields<wbr>Per<wbr>Index property: The maximum number of fields of type Collection(Edm.<wbr>Complex<wbr>Type) allowed in an index."
|
|
parameters:
|
|
- description: "the\n maxComplexCollectionFieldsPerIndex value to set."
|
|
name: "maxComplexCollectionFieldsPerIndex"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
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: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 max<wbr>Complex<wbr>Objects<wbr>InCollections<wbr>Per<wbr>Document property: The maximum number of objects in complex collections allowed per document."
|
|
parameters:
|
|
- description: "the\n maxComplexObjectsInCollectionsPerDocument value to set."
|
|
name: "maxComplexObjectsInCollectionsPerDocument"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
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: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 max<wbr>Field<wbr>Nesting<wbr>Depth<wbr>Per<wbr>Index 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
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: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 max<wbr>Fields<wbr>Per<wbr>Index property: The maximum allowed fields per index."
|
|
parameters:
|
|
- description: "the maxFieldsPerIndex value to set."
|
|
name: "maxFieldsPerIndex"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ServiceLimits setMaxFieldsPerIndex(Integer maxFieldsPerIndex)"
|
|
desc: "Set the maxFieldsPerIndex property: The maximum allowed fields per index."
|
|
returns:
|
|
description: "the ServiceLimits object itself."
|
|
type: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents various service level limits."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|