Search Results for

    Show / Hide Table of Contents

    Interface ITranslogFlushSettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface 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
    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
    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
    string ThresholdSize { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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