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

84 строки
5.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions"
name: "MongoIndexOptions"
nameWithType: "MongoIndexOptions"
summary: "Cosmos DB MongoDB collection index options."
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 **MongoIndexOptions**"
constructors:
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.MongoIndexOptions()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.MongoIndexOptions()"
name: "MongoIndexOptions()"
nameWithType: "MongoIndexOptions.MongoIndexOptions()"
syntax: "public MongoIndexOptions()"
methods:
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.expireAfterSeconds()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.expireAfterSeconds()"
name: "expireAfterSeconds()"
nameWithType: "MongoIndexOptions.expireAfterSeconds()"
summary: "Get expire after seconds."
syntax: "public Integer expireAfterSeconds()"
desc: "Get expire after seconds."
returns:
description: "the expireAfterSeconds 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.MongoIndexOptions.unique()"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.unique()"
name: "unique()"
nameWithType: "MongoIndexOptions.unique()"
summary: "Get is unique or not."
syntax: "public Boolean unique()"
desc: "Get is unique or not."
returns:
description: "the unique value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.withExpireAfterSeconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.withExpireAfterSeconds(Integer expireAfterSeconds)"
name: "withExpireAfterSeconds(Integer expireAfterSeconds)"
nameWithType: "MongoIndexOptions.withExpireAfterSeconds(Integer expireAfterSeconds)"
summary: "Set expire after seconds."
parameters:
- description: "the expireAfterSeconds value to set"
name: "expireAfterSeconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MongoIndexOptions withExpireAfterSeconds(Integer expireAfterSeconds)"
desc: "Set expire after seconds."
returns:
description: "the MongoIndexOptions object itself."
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.MongoIndexOptions.withUnique(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cosmosdb.MongoIndexOptions.withUnique(Boolean unique)"
name: "withUnique(Boolean unique)"
nameWithType: "MongoIndexOptions.withUnique(Boolean unique)"
summary: "Set is unique or not."
parameters:
- description: "the unique value to set"
name: "unique"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MongoIndexOptions withUnique(Boolean unique)"
desc: "Set is unique or not."
returns:
description: "the MongoIndexOptions object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.MongoIndexOptions?alt=com.microsoft.azure.management.cosmosdb.MongoIndexOptions&text=MongoIndexOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Cosmos DB MongoDB collection index options."
metadata: {}
package: "com.microsoft.azure.management.cosmosdb"
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4