Search Results for

    Show / Hide Table of Contents

    Class WriteAheadLogReadLogEntriesResult<TKey, TValue>

    Inheritance
    object
    WriteAheadLogReadLogEntriesResult<TKey, TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public sealed class WriteAheadLogReadLogEntriesResult<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Fields

    | Improve this Doc View Source

    Exceptions

    Declaration
    public Dictionary<int, Exception> Exceptions
    Field Value
    Type Description
    Dictionary<int, Exception>

    Properties

    | Improve this Doc View Source

    HasFoundIncompleteTailRecord

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

    IncompleteTailRecord

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

    Keys

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

    MaximumOpIndex

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

    Success

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

    Values

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