Uses of Class
com.microsoft.azure.management.cosmosdb.MongoCollectionResource
-
-
Uses of MongoCollectionResource in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return MongoCollectionResource Modifier and Type Method Description MongoCollectionResourceMongoCollectionCreateUpdateParameters. resource()Get the standard JSON format of a Mongo collection.MongoCollectionResourceMongoCollectionResource. withId(String id)Set name of the Cosmos DB Mongo collection.MongoCollectionResourceMongoCollectionResource. withIndexes(List<MongoIndex> indexes)Set list of index keys.MongoCollectionResourceMongoCollectionResource. 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 MongoCollectionResource Modifier and Type Method Description MongoCollectionCreateUpdateParametersMongoCollectionCreateUpdateParameters. withResource(MongoCollectionResource resource)Set the standard JSON format of a Mongo collection.
-