Modifier and Type | Method and Description |
---|---|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties)
Creates a cosmos container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Creates a cosmos container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput)
Creates a cosmos container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options)
Creates a cosmos container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(String id,
String partitionKeyPath)
Create container cosmos sync container response.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(String id,
String partitionKeyPath,
int throughput)
Create container cosmos sync container response.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties)
Create container if not exists cosmos sync container response.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput)
Create container if not exists cosmos sync container response.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath)
Create container if not exists cosmos sync container response.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath,
int throughput)
Create container if not exists cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.delete()
Delete cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.delete(CosmosContainerRequestOptions options)
Delete cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.read()
Read cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.read(CosmosContainerRequestOptions options)
Read cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.replace(CosmosContainerProperties containerProperties)
Replace cosmos sync container response.
|
CosmosContainerResponse |
CosmosContainer.replace(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Replace cosmos sync container response.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.