108 строки
7.0 KiB
YAML
108 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cosmosdb.Indexes"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes"
|
|
name: "Indexes"
|
|
nameWithType: "Indexes"
|
|
summary: "The indexes for the path."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **Indexes**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.Indexes()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.Indexes()"
|
|
name: "Indexes()"
|
|
nameWithType: "Indexes.Indexes()"
|
|
syntax: "public Indexes()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.dataType()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.dataType()"
|
|
name: "dataType()"
|
|
nameWithType: "Indexes.dataType()"
|
|
summary: "Get the datatype for which the indexing behavior is applied to."
|
|
syntax: "public DataType dataType()"
|
|
desc: "Get the datatype for which the indexing behavior is applied to. Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'."
|
|
returns:
|
|
description: "the dataType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DataType?alt=com.microsoft.azure.management.cosmosdb.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.kind()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.kind()"
|
|
name: "kind()"
|
|
nameWithType: "Indexes.kind()"
|
|
summary: "Get indicates the type of index."
|
|
syntax: "public IndexKind kind()"
|
|
desc: "Get indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'."
|
|
returns:
|
|
description: "the kind value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.IndexKind?alt=com.microsoft.azure.management.cosmosdb.IndexKind&text=IndexKind\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.precision()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.precision()"
|
|
name: "precision()"
|
|
nameWithType: "Indexes.precision()"
|
|
summary: "Get the precision of the index."
|
|
syntax: "public Integer precision()"
|
|
desc: "Get the precision of the index. -1 is maximum precision."
|
|
returns:
|
|
description: "the precision value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.withDataType(com.microsoft.azure.management.cosmosdb.DataType)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.withDataType(DataType dataType)"
|
|
name: "withDataType(DataType dataType)"
|
|
nameWithType: "Indexes.withDataType(DataType dataType)"
|
|
summary: "Set the datatype for which the indexing behavior is applied to."
|
|
parameters:
|
|
- description: "the dataType value to set"
|
|
name: "dataType"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.DataType?alt=com.microsoft.azure.management.cosmosdb.DataType&text=DataType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Indexes withDataType(DataType dataType)"
|
|
desc: "Set the datatype for which the indexing behavior is applied to. Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'."
|
|
returns:
|
|
description: "the Indexes object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.Indexes?alt=com.microsoft.azure.management.cosmosdb.Indexes&text=Indexes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.withKind(com.microsoft.azure.management.cosmosdb.IndexKind)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.withKind(IndexKind kind)"
|
|
name: "withKind(IndexKind kind)"
|
|
nameWithType: "Indexes.withKind(IndexKind kind)"
|
|
summary: "Set indicates the type of index."
|
|
parameters:
|
|
- description: "the kind value to set"
|
|
name: "kind"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.IndexKind?alt=com.microsoft.azure.management.cosmosdb.IndexKind&text=IndexKind\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Indexes withKind(IndexKind kind)"
|
|
desc: "Set indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'."
|
|
returns:
|
|
description: "the Indexes object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.Indexes?alt=com.microsoft.azure.management.cosmosdb.Indexes&text=Indexes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.Indexes.withPrecision(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.Indexes.withPrecision(Integer precision)"
|
|
name: "withPrecision(Integer precision)"
|
|
nameWithType: "Indexes.withPrecision(Integer precision)"
|
|
summary: "Set the precision of the index."
|
|
parameters:
|
|
- description: "the precision value to set"
|
|
name: "precision"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Indexes withPrecision(Integer precision)"
|
|
desc: "Set the precision of the index. -1 is maximum precision."
|
|
returns:
|
|
description: "the Indexes object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.Indexes?alt=com.microsoft.azure.management.cosmosdb.Indexes&text=Indexes\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The indexes for the path."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|