Search Results for

    Show / Hide Table of Contents

    Class IndicesModuleSettings

    Inheritance
    object
    IndicesModuleSettings
    Implements
    IIndicesModuleSettings
    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 IndicesModuleSettings : IIndicesModuleSettings

    Properties

    | Edit this page View Source

    CircuitBreakerSettings

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

    FielddataSettings

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

    QeueriesCacheSize

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

    RecoverySettings

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

    Implements

    IIndicesModuleSettings

    Extension Methods

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