Uses of Class
com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource
Package
Description
This package contains the classes for CosmosDB.
-
Uses of MongoDBCollectionResource in com.microsoft.azure.management.cosmosdb
Modifier 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.Modifier and TypeMethodDescriptionMongoDBCollectionCreateUpdateParameters.withResource
(MongoDBCollectionResource resource) Set the standard JSON format of a MongoDB collection.