Uses of Class
com.azure.resourcemanager.cosmos.models.MongoIndexOptions
-
Packages that use MongoIndexOptions Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of MongoIndexOptions in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoIndexOptions Modifier and Type Method Description MongoIndexOptionsMongoIndex. options()Get the options property: Cosmos DB MongoDB collection index key options.MongoIndexOptionsMongoIndexOptions. withExpireAfterSeconds(Integer expireAfterSeconds)Set the expireAfterSeconds property: Expire after seconds.MongoIndexOptionsMongoIndexOptions. withUnique(Boolean unique)Set the unique property: Is unique or not.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoIndexOptions Modifier and Type Method Description MongoIndexMongoIndex. withOptions(MongoIndexOptions options)Set the options property: Cosmos DB MongoDB collection index key options.
-