Initializes a new instance of the CosmosDbPartitionedStorage class.
The options for configuring Cosmos DB partitioned storage.
The number of items in the storage. This property is not currently used.
Deletes items from storage.
The keys of the items to delete.
Reads items from storage.
The keys of the items to read.
A promise that resolves to the read items.
Writes items to storage.
The items to write.
Implements storage using Cosmos DB partitioned storage.