| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBCollectionGetPropertiesResource
The MongoDBCollectionGetPropertiesResource model.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBCollectionResource |
MongoDBCollectionCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a MongoDB collection.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withId(String id)
Set the id property: Name of the Cosmos DB MongoDB collection.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withIndexes(List<MongoIndex> indexes)
Set the indexes property: List of index keys.
|
MongoDBCollectionResource |
MongoDBCollectionResource.withShardKey(Map<String,String> shardKey)
Set the shardKey property: 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 resource property: The standard JSON format of a MongoDB collection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.