Enum WalFileType
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Whether a WAL file is still being written to or has been archived.
public enum WalFileType
Fields
AliveLog = 1The file is live and RocksDb may still append to it.
ArchivedLog = 0The file has been archived and is no longer written to.
Remarks
Values are defined by c.h.