Namespace Tenray.ZoneTree.Options
Classes
CompressionLevels
Compression levels for available compression methods.
DiskSegmentOptions
Represents the configuration options for disk segments in the ZoneTree.
WriteAheadLogOptions
Write Ahead Log Options. The options will be used for creation of new Write Ahead Logs. Existing WALs will be created with their existing options.
ZoneTreeOptions<TKey, TValue>
Represents configuration options of a ZoneTree.
Enums
CompressionMethod
Available compression methods.
DeleteValueConfigurationValidation
Defines the validation behavior of not providing the delete value delegates.
DiskSegmentMode
Available Disk Segment Modes.
WriteAheadLogMode
Available write ahead log modes.
Delegates
IsValueDeletedDelegate<TValue>
A delegate to query value deletion state.
MarkValueDeletedDelegate<TValue>
A delegate to mark a value deleted.