Table of Contents

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

snapshotFilePath string
journalFilePath string

Properties

JournalFilePath

public string JournalFilePath { get; }

Property Value

string

SnapshotFilePath

public string SnapshotFilePath { get; }

Property Value

string