Uses of Class
com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource
Packages that use MongoDBCollectionResource
Package
Description
This package contains the classes for CosmosDB.
-
Uses of MongoDBCollectionResource in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateParameters.resource()
Get the standard JSON format of a MongoDB collection.Set name of the Cosmos DB MongoDB collection.MongoDBCollectionResource.withIndexes
(List<MongoIndex> indexes) Set list of index keys.MongoDBCollectionResource.withShardKey
(Map<String, String> shardKey) Set a key-value pair of shard keys to be applied for the request.Methods in com.microsoft.azure.management.cosmosdb with parameters of type MongoDBCollectionResourceModifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateParameters.withResource
(MongoDBCollectionResource resource) Set the standard JSON format of a MongoDB collection.