DaprOptions
Record sealed net10.0
Options for configuring Dapr.
namespace CommunityToolkit.Aspire.Hosting.Dapr;
public sealed record DaprOptions : System.IEquatable<CommunityToolkit.Aspire.Hosting.Dapr.DaprOptions>{ // ...} IEquatable<DaprOptions>
11 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDaprPathget; setstring? Gets or sets the path to the Dapr CLI.
EnableTelemetryget; setbool? Gets or sets whether Dapr sidecars export telemetry to the Aspire dashboard.
PublishingConfigurationActionget; setAction<IResource, DaprSidecarOptions?> Gets or sets the action to be executed during the publishing process.
Methods7
Section titled Methods<Clone>$Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(DaprOptions?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(DaprOptions?, DaprOptions?)staticboolop_Inequality(DaprOptions?, DaprOptions?)staticboolToStringstringReturns a string that represents the current object.