Search Results for

    Show / Hide Table of Contents

    Class IndicesRecoverySettings

    Inheritance
    object
    IndicesRecoverySettings
    Implements
    IIndicesRecoverySettings
    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 IndicesRecoverySettings : IIndicesRecoverySettings

    Properties

    | Edit this page View Source

    Compress

    defaults to true

    Declaration
    public bool? Compress { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ConcurrentSmallFileStreams

    defaults to 2

    Declaration
    public int? ConcurrentSmallFileStreams { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ConcurrentStreams

    defaults to 3

    Declaration
    public int? ConcurrentStreams { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    FileChunkSize

    defaults to 512kb

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

    MaxBytesPerSecond

    defaults to 40mb

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

    TranslogOperations

    defaults to 1000

    Declaration
    public int? TranslogOperations { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    TranslogSize

    defaults to 512kb

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

    Implements

    IIndicesRecoverySettings

    Extension Methods

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