DaprOptions Properties
Record Properties 3 members
Options for configuring Dapr.
Gets or sets the path to the Dapr CLI.
public string? DaprPath { get; set; } Gets or sets whether Dapr sidecars export telemetry to the Aspire dashboard.
public bool? EnableTelemetry { get; set; }Remarks
Telemetry is enabled by default.
PublishingConfigurationAction Section titled PublishingConfigurationAction nullable Action<IResource, DaprSidecarOptions?> Gets or sets the action to be executed during the publishing process.
public Action<IResource, DaprSidecarOptions?>? PublishingConfigurationAction { get; set; }Remarks
This property allows customization of the publishing behavior by assigning a delegate that defines the desired operation.