Share via


CosmosDBWorkflowExtensions Class

Definition

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.

Applies to