Search Results for

    Show / Hide Table of Contents

    Class TranslogFlushSettings

    Inheritance
    object
    TranslogFlushSettings
    Implements
    ITranslogFlushSettings
    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 TranslogFlushSettings : ITranslogFlushSettings

    Properties

    | Edit this page View Source

    Interval

    How often to check if a flush is needed, randomized between the interval value and 2x the interval value. Defaults to 5s.

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

    ThresholdPeriod

    How long to wait before triggering a flush regardless of translog size. Defaults to 30m.

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

    ThresholdSize

    Once the translog hits this size, a flush will happen. Defaults to 512mb.

    Declaration
    public string ThresholdSize { get; set; }
    Property Value
    Type Description
    string

    Implements

    ITranslogFlushSettings

    Extension Methods

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