Search Results for

    Show / Hide Table of Contents

    Class SyncCompressedModeOptions

    Inheritance
    object
    SyncCompressedModeOptions
    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 SyncCompressedModeOptions

    Properties

    | Improve this Doc View Source

    EnableTailWriterJob

    In sync-compressed WAL mode, if enabled a separate thread starts to write the tail block to the file periodically. This improves durability in compressed WALs. Default value is true.

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

    TailWriterJobInterval

    The delay in milliseconds before the next tail write. Default value is 500 ms.

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