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