Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndexOptions
Packages that use MongoIndexOptions
Package
Description
This package contains the classes for CosmosDB.
-
Uses of MongoIndexOptions in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoIndexOptionsModifier 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.Methods in com.microsoft.azure.management.cosmosdb with parameters of type MongoIndexOptionsModifier and TypeMethodDescriptionMongoIndex.withOptions
(MongoIndexOptions options) Set cosmos DB MongoDB collection index key options.