Interface IBigSegmentStoreStatusProvider
Namespace: LaunchDarkly.Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface IBigSegmentStoreStatusProvider
Properties
Status
Declaration
BigSegmentStoreStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| BigSegmentStoreStatus |
Events
StatusChanged
Declaration
event EventHandler<BigSegmentStoreStatus> StatusChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<BigSegmentStoreStatus> |