Share via


DaprComponentOptions.LocalPath Property

Definition

Gets or sets the path to the component configuration file.

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

Property Value

Remarks

If specified, the folder containing the configuration file will be added to all associated Dapr sidecars' resources paths.

Applies to