Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndexOptions
Package
Description
This package contains the classes for CosmosDB.
-
Uses of MongoIndexOptions in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionMongoIndex.options()
Get cosmos DB MongoDB collection index key options.MongoIndexOptions.withExpireAfterSeconds
(Integer expireAfterSeconds) Set expire after seconds.MongoIndexOptions.withUnique
(Boolean unique) Set is unique or not.Modifier and TypeMethodDescriptionMongoIndex.withOptions
(MongoIndexOptions options) Set cosmos DB MongoDB collection index key options.