Search Results for

    Show / Hide Table of Contents

    Interface IShardRebalancingSettings

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

    Properties

    | Edit this page View Source

    AllowRebalance

    Specify when shard rebalancing is allowed

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

    ConcurrentRebalance

    Allow to control how many concurrent shard rebalances are allowed cluster wide. Defaults to 2.

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

    RebalanceEnable

    Enable or disable rebalancing for specific kinds of shards

    Declaration
    RebalanceEnable? RebalanceEnable { get; set; }
    Property Value
    Type Description
    RebalanceEnable?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AllowRebalance
      • ConcurrentRebalance
      • RebalanceEnable
    • Extension Methods
    Back to top Generated by DocFX