DaprComponentOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for configuring a Dapr component.
public sealed class DaprComponentOptions : IEquatable<Aspire.Hosting.Dapr.DaprComponentOptions>
type DaprComponentOptions = class
interface IEquatable<DaprComponentOptions>
Public NotInheritable Class DaprComponentOptions
Implements IEquatable(Of DaprComponentOptions)
- Inheritance
-
DaprComponentOptions
- Implements
Constructors
DaprComponentOptions() |
Properties
LocalPath |
Gets or sets the path to the component configuration file. |
Methods
<Clone>$() | |
Equals(DaprComponentOptions) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(DaprComponentOptions, DaprComponentOptions) | |
Inequality(DaprComponentOptions, DaprComponentOptions) |