Enum BigSegmentsStatus
Defines the possible values of BigSegmentsStatus.
Namespace: LaunchDarkly.Sdk
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
[JsonConverter(typeof(LdJsonConverters.BigSegmentsStatusConverter))]
public enum BigSegmentsStatus
Fields
Name | Description |
---|---|
Healthy | Indicates that the big segment query involved in the flag evaluation was successful, and that the segment state is considered up to date. |
NotConfigured | Indicates that big segments could not be queried for the flag evaluation because the SDK configuration did not include a big segment store. |
Stale | Indicates that the big segment query involved in the flag evaluation was successful, but that the segment state may not be up to date. |
StoreError | Indicates that the big segment query involved in the flag evaluation failed, for instance due to a database error. |