Search Results for

    Show / Hide Table of Contents

    Interface IIndicesModuleSettings

    Settings to control where, when, and how shards are allocated to nodes.

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

    Properties

    | Edit this page View Source

    CircuitBreakerSettings

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

    FielddataSettings

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

    QeueriesCacheSize

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

    RecoverySettings

    Declaration
    IIndicesRecoverySettings RecoverySettings { get; set; }
    Property Value
    Type Description
    IIndicesRecoverySettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CircuitBreakerSettings
      • FielddataSettings
      • QeueriesCacheSize
      • RecoverySettings
    • Extension Methods
    Back to top Generated by DocFX