<PackageReference Include="Polly.Core" Version="8.0.0-alpha.3" />

FallbackStrategyOptions<TResult>

Represents the options for configuring a fallback resilience strategy with a specific result type.

Gets or sets the fallback action to be executed when the ShouldHandle predicate evaluates as true.

Gets or sets the outcome event instance responsible for triggering fallback events.

Gets or sets the outcome predicate for determining whether a fallback should be executed.