Get or set the flag that indicates if new stores should be created with
transaction logging enabled by default (true) or disabled by default (false).
Namespace: BrightstarDB.ConfigAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public bool EnableTransactionLoggingOnNewStores { get; set; } |
Visual Basic |
---|
Public Property EnableTransactionLoggingOnNewStores As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool EnableTransactionLoggingOnNewStores {
bool get ();
void set (bool value);
} |
F# |
---|
member EnableTransactionLoggingOnNewStores : bool with get, set
|
Property Value
Type:
Boolean
See Also