LaunchDarkly PHP SDK 6.4.0

BigSegmentsEvaluationStatus : string
in package

A status enum which represents the result of a Big Segment query involved in a flag evaluation.

Cases

HEALTHY

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

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.

NOT_CONFIGURED

Indicates that Big Segments could not be queried for the flag evaluation because the SDK configuration did not include a Big Segment store.

STORE_ERROR

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

Search results