Class ShardRebalancingSettings
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ShardRebalancingSettings : IShardRebalancingSettings
Properties
| Edit this page View SourceAllowRebalance
Specify when shard rebalancing is allowed
Declaration
public AllowRebalance? AllowRebalance { get; set; }
Property Value
Type | Description |
---|---|
AllowRebalance? |
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? |
RebalanceEnable
Enable or disable rebalancing for specific kinds of shards
Declaration
public RebalanceEnable? RebalanceEnable { get; set; }
Property Value
Type | Description |
---|---|
RebalanceEnable? |