Class PersistenceOptions
- Namespace
- Moongate.Persistence.Data.Persistence
- Assembly
- Moongate.Persistence.dll
Defines file paths used by snapshot and journal persistence.
public sealed class PersistenceOptions
- Inheritance
-
PersistenceOptions
- Inherited Members
Constructors
PersistenceOptions(string, string)
public PersistenceOptions(string snapshotFilePath, string journalFilePath)
Parameters
Properties
JournalFilePath
public string JournalFilePath { get; }
Property Value
SnapshotFilePath
public string SnapshotFilePath { get; }