Share via


DurableClientAttribute.ConnectionName Property

Definition

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.

public string ConnectionName { get; set; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String

Property Value

The name of an app setting containing connection details.

Remarks

For Azure Storage the default behavior is to use the value of ConnectionName. If no value exists there, then the default behavior is to use the standard `AzureWebJobsStorage` connection string for all storage usage.

Applies to