Class ZoneTree<TKey, TValue>.SegmentCollection
Inheritance
ZoneTree<TKey, TValue>.SegmentCollection
Assembly: ZoneTree.dll
Syntax
public sealed class ZoneTree<TKey, TValue>.SegmentCollection
Properties
|
Improve this Doc
View Source
BottomSegments
Declaration
public IReadOnlyList<IDiskSegment<TKey, TValue>> BottomSegments { get; set; }
Property Value
|
Improve this Doc
View Source
DiskSegment
Declaration
public IDiskSegment<TKey, TValue> DiskSegment { get; set; }
Property Value
|
Improve this Doc
View Source
SeekableIterators
Declaration
public IReadOnlyList<ISeekableIterator<TKey, TValue>> SeekableIterators { get; set; }
Property Value