Search Results for

    Show / Hide Table of Contents

    Interface IIndicesRecoverySettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIndicesRecoverySettings

    Properties

    | Edit this page View Source

    Compress

    defaults to true

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

    ConcurrentSmallFileStreams

    defaults to 2

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

    ConcurrentStreams

    defaults to 3

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

    FileChunkSize

    defaults to 512kb

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

    MaxBytesPerSecond

    defaults to 40mb

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

    TranslogOperations

    defaults to 1000

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

    TranslogSize

    defaults to 512kb

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

    Extension Methods

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