Share via


CosmosDbPartitionedStorageOptions interface

Options for configuring Cosmos DB partitioned storage.

Properties

compatibilityMode

Indicates whether compatibility mode is enabled.

containerId

The ID of the container.

containerThroughput

The throughput of the container.

cosmosClientOptions

The options for the Cosmos client.

databaseId

The ID of the database.

keySuffix

The suffix to append to keys.

Property Details

compatibilityMode

Indicates whether compatibility mode is enabled.

compatibilityMode?: boolean

Property Value

boolean

containerId

The ID of the container.

containerId: string

Property Value

string

containerThroughput

The throughput of the container.

containerThroughput?: number

Property Value

number

cosmosClientOptions

The options for the Cosmos client.

cosmosClientOptions?: CosmosClientOptions

Property Value

databaseId

The ID of the database.

databaseId: string

Property Value

string

keySuffix

The suffix to append to keys.

keySuffix?: string

Property Value

string