Share via


DurableClientOptions Class

Definition

Options used to bind a function parameter to a IDurableClient, IDurableEntityClient, or IDurableOrchestrationClient instance.

public class DurableClientOptions
type DurableClientOptions = class
Public Class DurableClientOptions
Inheritance
DurableClientOptions

Constructors

DurableClientOptions()

Properties

ConnectionName

Optional. Gets or sets the setting name for the app setting containing connection details used by this binding to connect to instances of the storage provider other than the default one this application communicates with.

IsExternalClient

Indicate if the client is External from the azure function where orchestrator functions are hosted.

TaskHub

Gets or sets the name of the task hub in which the orchestration data lives.

Applies to