The default BrightstarDB store persistence type
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static PersistenceType PersistenceType { get; set; } |
| Visual Basic |
|---|
Public Shared Property PersistenceType As PersistenceType
Get
Set |
| Visual C++ |
|---|
public:
static property PersistenceType PersistenceType {
PersistenceType get ();
void set (PersistenceType value);
} |
| F# |
|---|
static member PersistenceType : PersistenceType with get, set
|
Property Value
Type:
PersistenceType
See Also