Search Results for

    Show / Hide Table of Contents

    Class ShardRebalancingSettings

    Inheritance
    object
    ShardRebalancingSettings
    Implements
    IShardRebalancingSettings
    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 ShardRebalancingSettings : IShardRebalancingSettings

    Properties

    | Edit this page View Source

    AllowRebalance

    Specify when shard rebalancing is allowed

    Declaration
    public 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
    public 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
    public RebalanceEnable? RebalanceEnable { get; set; }
    Property Value
    Type Description
    RebalanceEnable?

    Implements

    IShardRebalancingSettings

    Extension Methods

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