Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
MongoDBCollectionResource |
MongoDBCollectionCreateUpdateParameters.resource()
Get the standard JSON format of a MongoDB collection.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withId(String id)
Set name of the Cosmos DB MongoDB collection.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withIndexes(List<MongoIndex> indexes)
Set list of index keys.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withShardKey(Map<String,String> shardKey)
Set a key-value pair of shard keys to be applied for the request.
|
Modifier and Type | Method and Description |
---|---|
MongoDBCollectionCreateUpdateParameters |
MongoDBCollectionCreateUpdateParameters.withResource(MongoDBCollectionResource resource)
Set the standard JSON format of a MongoDB collection.
|
Copyright © 2019. All rights reserved.