Search Results for

    Show / Hide Table of Contents

    Class TranslogSettings

    Inheritance
    object
    TranslogSettings
    Implements
    ITranslogSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class TranslogSettings : ITranslogSettings

    Properties

    | Edit this page View Source

    Durability

    Whether or not to fsync and commit the translog after every index, delete, update, or bulk request

    Declaration
    public TranslogDurability? Durability { get; set; }
    Property Value
    Type Description
    TranslogDurability?
    | Edit this page View Source

    Flush

    Dynamically updatable flush settings

    Declaration
    public ITranslogFlushSettings Flush { get; set; }
    Property Value
    Type Description
    ITranslogFlushSettings
    | Edit this page View Source

    SyncInterval

    How often the translog is fsynced to disk and committed, regardless of write operations. Defaults to 5s.

    Declaration
    public Time SyncInterval { get; set; }
    Property Value
    Type Description
    Time

    Implements

    ITranslogSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Durability
      • Flush
      • SyncInterval
    • Implements
    • Extension Methods
    Back to top Generated by DocFX