CosmosDBWorkflowExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for integrating Cosmos DB checkpoint storage with the Agent Framework.
public static class CosmosDBWorkflowExtensions
type CosmosDBWorkflowExtensions = class
Public Class CosmosDBWorkflowExtensions
- Inheritance
-
CosmosDBWorkflowExtensions
Methods
| Name | Description |
|---|---|
| CreateCheckpointStore(CosmosClient, String, String) |
Creates a Cosmos DB checkpoint store using an existing CosmosClient. |
| CreateCheckpointStore(String, String, String) |
Creates a Cosmos DB checkpoint store using connection string authentication. |
| CreateCheckpointStore<T>(CosmosClient, String, String) |
Creates a generic Cosmos DB checkpoint store using an existing CosmosClient. |
| CreateCheckpointStore<T>(String, String, String) |
Creates a generic Cosmos DB checkpoint store using connection string authentication. |
| CreateCheckpointStoreUsingManagedIdentity(String, String, String, TokenCredential) |
Creates a Cosmos DB checkpoint store using managed identity authentication. |
| CreateCheckpointStoreUsingManagedIdentity<T>(String, String, String, TokenCredential) |
Creates a generic Cosmos DB checkpoint store using managed identity authentication. |