Uses of Class
com.microsoft.azure.management.cosmosdb.MongoIndex
Packages that use MongoIndex
Package
Description
This package contains the classes for CosmosDB.
-
Uses of MongoIndex in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoIndexModifier and TypeMethodDescriptionMongoIndex.withKey
(MongoIndexKeys key) Set cosmos DB MongoDB collection index keys.MongoIndex.withOptions
(MongoIndexOptions options) Set cosmos DB MongoDB collection index key options.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type MongoIndexMethod parameters in com.microsoft.azure.management.cosmosdb with type arguments of type MongoIndexModifier and TypeMethodDescriptionMongoDBCollectionResource.withIndexes
(List<MongoIndex> indexes) Set list of index keys.