DaprComponentResource Properties
Class Properties 2 members
Represents a Dapr component resource.
Gets options used to configure the component, if any.
public DaprComponentOptions? Options { get; init; } Gets the type of the Dapr component.
public string Type { get; }Remarks
This may be a generic "state" or "pubsub" if Aspire should choose an appropriate type when running or deploying.