Skip to content
DocsTry Aspire
DocsTry

GoFeatureFlagClientSettings Properties

ClassProperties4 members
Provides the client configuration settings for connecting to a GO Feature Flag server.
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the GO Feature Flag health check is disabled or not.
public bool DisableHealthChecks { get; set; }
EndpointSection titled EndpointnullableUri?
The endpoint URI string of the GO Feature Flag server to connect to.
public Uri? Endpoint { get; set; }
HealthCheckTimeoutSection titled HealthCheckTimeoutnullableint?
Gets or sets a integer value that indicates the GO Feature Flag health check timeout in milliseconds.
public int? HealthCheckTimeout { get; set; }
ProviderOptionsSection titled ProviderOptionsGOFeatureFlagProviderOptions
Gets or sets the provider options that will be used to configure the GO Feature Flag client.
public GOFeatureFlagProviderOptions ProviderOptions { get; set; }