Table of Contents

Enum CpuPriority

Namespace
RocksDbNet
Assembly
RocksDb.Net.dll

Scheduling priority for the threads that copy files during a backup.

public enum CpuPriority

Fields

High = 3

Above normal.

Idle = 0

Only run when nothing else wants the CPU.

Low = 1

Below normal.

Normal = 2

Normal, the default.

Remarks

Mirrored from include/rocksdb/port_defs.h because the C API declares this parameter as a plain int.