CosmosDbPartitionedStorageOptions interface
Options for configuring Cosmos DB partitioned storage.
Properties
| compatibility |
Indicates whether compatibility mode is enabled. |
| container |
The ID of the container. |
| container |
The throughput of the container. |
| cosmos |
The options for the Cosmos client. |
| database |
The ID of the database. |
| key |
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