azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cosmosdb.MongoIndex"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex"
name: "MongoIndex"
nameWithType: "MongoIndex"
summary: "Cosmos DB MongoDB collection index key."
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 **MongoIndex**"
constructors:
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndex.MongoIndex()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex.MongoIndex()"
name: "MongoIndex()"
nameWithType: "MongoIndex.MongoIndex()"
syntax: "public MongoIndex()"
methods:
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndex.key()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex.key()"
name: "key()"
nameWithType: "MongoIndex.key()"
summary: "Get cosmos DB MongoDB collection index keys."
syntax: "public MongoIndexKeys key()"
desc: "Get cosmos DB MongoDB collection index keys."
returns:
description: "the key value"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndexKeys?alt=com.microsoft.azure.management.cosmosdb.MongoIndexKeys&text=MongoIndexKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndex.options()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex.options()"
name: "options()"
nameWithType: "MongoIndex.options()"
summary: "Get cosmos DB MongoDB collection index key options."
syntax: "public MongoIndexOptions options()"
desc: "Get cosmos DB MongoDB collection index key options."
returns:
description: "the options value"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndexOptions?alt=com.microsoft.azure.management.cosmosdb.MongoIndexOptions&text=MongoIndexOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndex.withKey(com.microsoft.azure.management.cosmosdb.MongoIndexKeys)"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex.withKey(MongoIndexKeys key)"
name: "withKey(MongoIndexKeys key)"
nameWithType: "MongoIndex.withKey(MongoIndexKeys key)"
summary: "Set cosmos DB MongoDB collection index keys."
parameters:
- description: "the key value to set"
name: "key"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndexKeys?alt=com.microsoft.azure.management.cosmosdb.MongoIndexKeys&text=MongoIndexKeys\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MongoIndex withKey(MongoIndexKeys key)"
desc: "Set cosmos DB MongoDB collection index keys."
returns:
description: "the MongoIndex object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndex?alt=com.microsoft.azure.management.cosmosdb.MongoIndex&text=MongoIndex\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndex.withOptions(com.microsoft.azure.management.cosmosdb.MongoIndexOptions)"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndex.withOptions(MongoIndexOptions options)"
name: "withOptions(MongoIndexOptions options)"
nameWithType: "MongoIndex.withOptions(MongoIndexOptions options)"
summary: "Set cosmos DB MongoDB collection index key options."
parameters:
- description: "the options value to set"
name: "options"
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndexOptions?alt=com.microsoft.azure.management.cosmosdb.MongoIndexOptions&text=MongoIndexOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MongoIndex withOptions(MongoIndexOptions options)"
desc: "Set cosmos DB MongoDB collection index key options."
returns:
description: "the MongoIndex object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndex?alt=com.microsoft.azure.management.cosmosdb.MongoIndex&text=MongoIndex\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Cosmos DB MongoDB collection index key."
metadata: {}
package: "com.microsoft.azure.management.cosmosdb"
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4