Search Results for

    Show / Hide Table of Contents

    Interface IClusterModuleSettings

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

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

    Properties

    | Edit this page View Source

    AllocationAwareness

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

    AllocationFiltering

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

    DiskBasedShardAllocation

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

    Logger

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

    ReadOnly

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

    ShardAllocation

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

    ShardBalancingHeuristics

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

    ShardRebalancing

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

    Extension Methods

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