CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(CosmosContainerProperties containerProperties) |
Creates a cosmos container.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput) |
Creates a cosmos container.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options) |
Creates a cosmos container.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options) |
Creates a cosmos container.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(String id,
String partitionKeyPath) |
Create container cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainer(String id,
String partitionKeyPath,
int throughput) |
Create container cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties) |
Create container if not exists cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput) |
Create container if not exists cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainerIfNotExists(String id,
String partitionKeyPath) |
Create container if not exists cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncDatabase.createContainerIfNotExists(String id,
String partitionKeyPath,
int throughput) |
Create container if not exists cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.delete() |
Delete cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.delete(CosmosContainerRequestOptions options) |
Delete cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.read() |
Read cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.read(CosmosContainerRequestOptions options) |
Read cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.replace(CosmosContainerProperties containerProperties) |
Replace cosmos sync container response.
|
CosmosSyncContainerResponse |
CosmosSyncContainer.replace(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options) |
Replace cosmos sync container response.
|