Enum DataSystemConfiguration.DataStoreMode
The persistent data store mode.
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public enum DataSystemConfiguration.DataStoreMode
Remarks
This enum can be extended without a major version. Code should provide this value in configuration, but it should not use the enum itself, for example, in a switch-case.
Fields
| Name | Description |
|---|---|
| ReadOnly | The data system will only read from the persistent store. |
| ReadWrite | The data system can read from, and write to, the persistent store. |