Search Results for

    Show / Hide Table of Contents

    Class ZoneTreeMeta

    Inheritance
    object
    ZoneTreeMeta
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Core
    Assembly: ZoneTree.dll
    Syntax
    public sealed class ZoneTreeMeta

    Properties

    | Improve this Doc View Source

    BottomSegments

    Declaration
    public IReadOnlyList<long> BottomSegments { get; set; }
    Property Value
    Type Description
    IReadOnlyList<long>
    | Improve this Doc View Source

    ComparerType

    Declaration
    public string ComparerType { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    DiskSegment

    Declaration
    public long DiskSegment { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    DiskSegmentMaxItemCount

    Declaration
    public int DiskSegmentMaxItemCount { get; set; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    DiskSegmentOptions

    Declaration
    public DiskSegmentOptions DiskSegmentOptions { get; set; }
    Property Value
    Type Description
    DiskSegmentOptions
    | Improve this Doc View Source

    HasDiskSegment

    Declaration
    [JsonIgnore]
    public bool HasDiskSegment { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    KeySerializerType

    Declaration
    public string KeySerializerType { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    KeyType

    Declaration
    public string KeyType { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    MutableSegment

    Declaration
    public long MutableSegment { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    MutableSegmentMaxItemCount

    Declaration
    public int MutableSegmentMaxItemCount { get; set; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    ReadOnlySegments

    Declaration
    public IReadOnlyList<long> ReadOnlySegments { get; set; }
    Property Value
    Type Description
    IReadOnlyList<long>
    | Improve this Doc View Source

    ValueSerializerType

    Declaration
    public string ValueSerializerType { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    ValueType

    Declaration
    public string ValueType { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    WriteAheadLogOptions

    Declaration
    public WriteAheadLogOptions WriteAheadLogOptions { get; set; }
    Property Value
    Type Description
    WriteAheadLogOptions
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io