Interface ITransactionalDataStore
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public interface ITransactionalDataStore
Properties
Selector
Declaration
Selector Selector { get; }
Property Value
| Type | Description |
|---|---|
| Selector |
Methods
Apply(ChangeSet<ItemDescriptor>)
Declaration
void Apply(DataStoreTypes.ChangeSet<DataStoreTypes.ItemDescriptor> changeSet)
Parameters
| Type | Name | Description |
|---|---|---|
| DataStoreTypes.ChangeSet<DataStoreTypes.ItemDescriptor> | changeSet |