Search Results for

    Show / Hide Table of Contents

    Interface ITranslogSettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface 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
    TranslogDurability? Durability { get; set; }
    Property Value
    Type Description
    TranslogDurability?
    | Edit this page View Source

    Flush

    Dynamically updatable flush settings

    Declaration
    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
    Time SyncInterval { get; set; }
    Property Value
    Type Description
    Time

    Extension Methods

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