Skip to content

CosmosAsyncClient / CosmosClient APIs and Docs #11219

@kushagraThapar

Description

@kushagraThapar

CosmosAsyncClient -

  1. Remove this API - public Mono<CosmosAsyncDatabaseResponse> createDatabaseIfNotExists(CosmosDatabaseProperties databaseSettings) {
  2. For all the createDatabaseIfNotExists and createContainerIfNotExists throughput APIs - make sure to document that throughput properties will not be used.
  3. Remove API - createDatabaseIfNotExists which takes DatabaseProperties.
  4. Update API - which takes int throughput - with throughputProperties
  5. Hide all APIs - which takes int throughput

CosmosClient -

  1. Remove this API - public CosmosDatabaseResponse createDatabaseIfNotExists(CosmosDatabaseProperties databaseProperties) throws
  2. For all the createDatabaseIfNotExists and createContainerIfNotExists throughput APIs - make sure to document that throughput properties will not be used.
  3. Remove API - createDatabaseIfNotExists which takes DatabaseProperties.
  4. Update API - which takes int throughput - with throughputProperties
  5. Hide all APIs - which takes int throughput

Metadata

Metadata

Assignees

Labels

Cosmoscosmos:v4-itemIndicates this feature will be shipped as part of V4 release train

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions