Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndexOptions
-
-
Uses of MongoIndexOptions in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoIndexOptions Modifier and Type Method Description MongoIndexOptionsMongoIndex. options()Get cosmos DB Mongo collection index key options.MongoIndexOptionsMongoIndexOptions. withExpireAfterSeconds(Integer expireAfterSeconds)Set expire after seconds.MongoIndexOptionsMongoIndexOptions. withUnique(Boolean unique)Set is unique or not.Methods in com.microsoft.azure.management.cosmosdb with parameters of type MongoIndexOptions Modifier and Type Method Description MongoIndexMongoIndex. withOptions(MongoIndexOptions options)Set cosmos DB Mongo collection index key options.
-