Namespace LaunchDarkly.Sdk.Server.Interfaces
Classes
DataSourceStatusExtensions
Extension helper methods for use with data source status types.
ServiceEndpoints
Specifies the base service URIs used by SDK components.
WrapperInfo
Contains wrapper SDK information.
Structs
BigSegmentStoreStatus
Information about the status of a Big Segment store, provided by IBigSegmentStoreStatusProvider.
DataSourceStatus
Information about the data source's status and about the last status change.
DataSourceStatus.ErrorInfo
A description of an error condition that the data source encountered.
DataStoreStatus
Information about a data store status change.
FlagChangeEvent
A parameter class used with FlagChanged.
FlagValueChangeEvent
A parameter class used with FlagValueChangeHandler(string, Context, EventHandler<FlagValueChangeEvent>).
Interfaces
IBigSegmentStoreStatusProvider
An interface for querying the status of a Big Segment store.
IDataSourceStatusProvider
An interface for querying the status of the SDK's data source.
IDataStoreStatusProvider
An interface for querying the status of a persistent data store.
IFlagTracker
An interface for tracking changes in feature flag configurations.
ILdClient
Interface defining the public methods of LdClient.
Enums
DataSourceState
An enumeration of possible values for State.
DataSourceStatus.ErrorKind
An enumeration describing the general type of an error reported in DataSourceStatus.ErrorInfo.