Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndex
-
-
Uses of MongoIndex in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoIndex Modifier and Type Method Description MongoIndexMongoIndex. withKey(MongoIndexKeys key)Set cosmos DB Mongo collection index keys.MongoIndexMongoIndex. withOptions(MongoIndexOptions options)Set cosmos DB Mongo collection index key options.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type MongoIndex Modifier and Type Method Description List<MongoIndex>MongoCollectionResource. indexes()Get list of index keys.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type MongoIndex Modifier and Type Method Description MongoCollectionResourceMongoCollectionResource. withIndexes(List<MongoIndex> indexes)Set list of index keys.
-