Skip to content
Docs Try Aspire

IDaprComponentResource Properties

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