| Name | Type | Description |
|---|---|---|
endpoint* | str | The CosmosDB endpoint URL. |
key* | str | The CosmosDB access key. |
database_name* | str | Name of the CosmosDB database. |
container_name* | str | Name of the CosmosDB container. |
serde | SerializerProtocol | None | Default: None |
Create a CosmosDBCacheSync from explicit connection info.
Optional custom serializer.