Search Results for

    Show / Hide Table of Contents

    Class DiskSegmentConstants

    Inheritance
    object
    DiskSegmentConstants
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Disk
    Assembly: ZoneTree.dll
    Syntax
    public static class DiskSegmentConstants

    Fields

    | Improve this Doc View Source

    DataCategory

    Declaration
    public const string DataCategory = ".data"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    DataHeaderCategory

    Declaration
    public const string DataHeaderCategory = ".head"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    MultiPartDiskSegmentCategory

    Declaration
    public const string MultiPartDiskSegmentCategory = ".multi"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    SparseArrayCategory

    Declaration
    public const string SparseArrayCategory = ".sparse"
    Field Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io