Struct CompactionFilterContext
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Context information passed to CreateFilter(CompactionFilterContext) when RocksDb starts a new compaction or flush job.
public readonly struct CompactionFilterContext
- Inherited Members
Properties
IsFullCompaction
true when the job compacts all SST files (full compaction).
public bool IsFullCompaction { get; init; }
Property Value
IsManualCompaction
true when the compaction was triggered manually by the user.
public bool IsManualCompaction { get; init; }