Class DataSystemConfiguration
Inheritance
DataSystemConfiguration
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class DataSystemConfiguration
Properties
FDv1FallbackSynchronizer
Declaration
public IComponentConfigurer<IDataSource> FDv1FallbackSynchronizer { get; }
Property Value
Initializers
Declaration
public IReadOnlyList<IComponentConfigurer<IDataSource>> Initializers { get; }
Property Value
PersistentDataStoreMode
Declaration
public DataSystemConfiguration.DataStoreMode PersistentDataStoreMode { get; }
Property Value
PersistentStore
Declaration
public IComponentConfigurer<IDataStore> PersistentStore { get; }
Property Value
Synchronizers
Declaration
public IReadOnlyList<IComponentConfigurer<IDataSource>> Synchronizers { get; }
Property Value
Extension Methods