GoFeatureFlagClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a GO Feature Flag server.
namespace CommunityToolkit.Aspire.GoFeatureFlag;
public sealed class GoFeatureFlagClientSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the GO Feature Flag health check is disabled or not.
Endpointget; setUri? The endpoint URI string of the GO Feature Flag server to connect to.
HealthCheckTimeoutget; setint? Gets or sets a integer value that indicates the GO Feature Flag health check timeout in milliseconds.
ProviderOptionsget; setGoFeatureFlagProviderOptions Gets or sets the provider options that will be used to configure the GO Feature Flag client.