-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Cosmoscosmos:v4-itemIndicates this feature will be shipped as part of V4 release trainIndicates this feature will be shipped as part of V4 release train
Description
CosmosAsyncClient -
- Remove this API -
public Mono<CosmosAsyncDatabaseResponse> createDatabaseIfNotExists(CosmosDatabaseProperties databaseSettings) { - For all the
createDatabaseIfNotExistsandcreateContainerIfNotExiststhroughput APIs - make sure to document that throughput properties will not be used. - Remove API - createDatabaseIfNotExists which takes DatabaseProperties.
- Update API - which takes
int throughput- withthroughputProperties - Hide all APIs - which takes
int throughput
CosmosClient -
- Remove this API -
public CosmosDatabaseResponse createDatabaseIfNotExists(CosmosDatabaseProperties databaseProperties) throws - For all the
createDatabaseIfNotExistsandcreateContainerIfNotExiststhroughput APIs - make sure to document that throughput properties will not be used. - Remove API - createDatabaseIfNotExists which takes DatabaseProperties.
- Update API - which takes
int throughput- withthroughputProperties - Hide all APIs - which takes
int throughput
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Cosmoscosmos:v4-itemIndicates this feature will be shipped as part of V4 release trainIndicates this feature will be shipped as part of V4 release train