Search Results for

    Show / Hide Table of Contents

    Class IndicesRecoverySettingsDescriptor

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

    Methods

    | Edit this page View Source

    Compress(bool?)

    Declaration
    public IndicesRecoverySettingsDescriptor Compress(bool? compress = true)
    Parameters
    Type Name Description
    bool? compress
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    ConcurrentSmallFileStreams(int?)

    Declaration
    public IndicesRecoverySettingsDescriptor ConcurrentSmallFileStreams(int? streams)
    Parameters
    Type Name Description
    int? streams
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    ConcurrentStreams(int?)

    Declaration
    public IndicesRecoverySettingsDescriptor ConcurrentStreams(int? streams)
    Parameters
    Type Name Description
    int? streams
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    FileChunkSize(string)

    Declaration
    public IndicesRecoverySettingsDescriptor FileChunkSize(string size)
    Parameters
    Type Name Description
    string size
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    MaxBytesPerSecond(string)

    Declaration
    public IndicesRecoverySettingsDescriptor MaxBytesPerSecond(string max)
    Parameters
    Type Name Description
    string max
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    TranslogOperations(int?)

    Declaration
    public IndicesRecoverySettingsDescriptor TranslogOperations(int? ops)
    Parameters
    Type Name Description
    int? ops
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor
    | Edit this page View Source

    TranslogSize(string)

    Declaration
    public IndicesRecoverySettingsDescriptor TranslogSize(string size)
    Parameters
    Type Name Description
    string size
    Returns
    Type Description
    IndicesRecoverySettingsDescriptor

    Implements

    IDescriptor
    IIndicesRecoverySettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Compress(bool?)
      • ConcurrentSmallFileStreams(int?)
      • ConcurrentStreams(int?)
      • FileChunkSize(string)
      • MaxBytesPerSecond(string)
      • TranslogOperations(int?)
      • TranslogSize(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX