Search Results for

    Show / Hide Table of Contents

    Class ClusterModuleSettings

    Inheritance
    object
    ClusterModuleSettings
    Implements
    IClusterModuleSettings
    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 ClusterModuleSettings : IClusterModuleSettings

    Properties

    | Edit this page View Source

    AllocationAwareness

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

    AllocationFiltering

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

    DiskBasedShardAllocation

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

    Logger

    Declaration
    public IDictionary<string, LogLevel> Logger { get; set; }
    Property Value
    Type Description
    IDictionary<string, LogLevel>
    | Edit this page View Source

    ReadOnly

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

    ShardAllocation

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

    ShardBalancingHeuristics

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

    ShardRebalancing

    Declaration
    public IShardRebalancingSettings ShardRebalancing { get; set; }
    Property Value
    Type Description
    IShardRebalancingSettings

    Implements

    IClusterModuleSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AllocationAwareness
      • AllocationFiltering
      • DiskBasedShardAllocation
      • Logger
      • ReadOnly
      • ShardAllocation
      • ShardBalancingHeuristics
      • ShardRebalancing
    • Implements
    • Extension Methods
    Back to top Generated by DocFX