Table of Contents

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 = 1

The file is live and RocksDb may still append to it.

ArchivedLog = 0

The file has been archived and is no longer written to.

Remarks

Values are defined by c.h.