Show / Hide Table of Contents

Class BigSegmentsStatus

Defines the possible values of BigSegmentsStatus.

Inheritance
System.Object
BigSegmentsStatus
Namespace: LaunchDarkly.Sdk
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class BigSegmentsStatus : Enum

Fields

Healthy

Indicates that the big segment query involved in the flag evaluation was successful, and that the segment state is considered up to date.

Declaration
public const BigSegmentsStatus Healthy
Field Value
Type Description
BigSegmentsStatus

NotConfigured

Indicates that big segments could not be queried for the flag evaluation because the SDK configuration did not include a big segment store.

Declaration
public const BigSegmentsStatus NotConfigured
Field Value
Type Description
BigSegmentsStatus

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.

Declaration
public const BigSegmentsStatus Stale
Field Value
Type Description
BigSegmentsStatus

StoreError

Indicates that the big segment query involved in the flag evaluation failed, for instance due to a database error.

Declaration
public const BigSegmentsStatus StoreError
Field Value
Type Description
BigSegmentsStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX