Search Results for

    Show / Hide Table of Contents

    Class TranslogFlushSettingsDescriptor

    Inheritance
    object
    DescriptorBase<TranslogFlushSettingsDescriptor, ITranslogFlushSettings>
    TranslogFlushSettingsDescriptor
    Implements
    IDescriptor
    ITranslogFlushSettings
    Inherited Members
    DescriptorBase<TranslogFlushSettingsDescriptor, ITranslogFlushSettings>.Self
    DescriptorBase<TranslogFlushSettingsDescriptor, ITranslogFlushSettings>.Assign<TValue>(TValue, Action<ITranslogFlushSettings, TValue>)
    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 TranslogFlushSettingsDescriptor : DescriptorBase<TranslogFlushSettingsDescriptor, ITranslogFlushSettings>, IDescriptor, ITranslogFlushSettings

    Methods

    | Edit this page View Source

    Interval(Time)

    Declaration
    public TranslogFlushSettingsDescriptor Interval(Time time)
    Parameters
    Type Name Description
    Time time
    Returns
    Type Description
    TranslogFlushSettingsDescriptor
    | Edit this page View Source

    ThresholdPeriod(Time)

    Declaration
    public TranslogFlushSettingsDescriptor ThresholdPeriod(Time time)
    Parameters
    Type Name Description
    Time time
    Returns
    Type Description
    TranslogFlushSettingsDescriptor
    | Edit this page View Source

    ThresholdSize(string)

    Declaration
    public TranslogFlushSettingsDescriptor ThresholdSize(string size)
    Parameters
    Type Name Description
    string size
    Returns
    Type Description
    TranslogFlushSettingsDescriptor

    Implements

    IDescriptor
    ITranslogFlushSettings

    Extension Methods

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