Enum CpuPriority
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Scheduling priority for the threads that copy files during a backup.
public enum CpuPriority
Fields
High = 3Above normal.
Idle = 0Only run when nothing else wants the CPU.
Low = 1Below normal.
Normal = 2Normal, the default.
Remarks
Mirrored from include/rocksdb/port_defs.h because the C API declares
this parameter as a plain int.