Class ZoneTreeMeta
Assembly: ZoneTree.dll
public sealed class ZoneTreeMeta
Properties
|
Improve this Doc
View Source
Declaration
public IReadOnlyList<long> BottomSegments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ComparerType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public long DiskSegment { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int DiskSegmentMaxItemCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DiskSegmentOptions DiskSegmentOptions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonIgnore]
public bool HasDiskSegment { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string KeySerializerType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string KeyType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public long MutableSegment { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int MutableSegmentMaxItemCount { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IReadOnlyList<long> ReadOnlySegments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ValueSerializerType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ValueType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Version { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public WriteAheadLogOptions WriteAheadLogOptions { get; set; }
Property Value