Interface IClusterModuleSettings
Settings to control where, when, and how shards are allocated to nodes.
Assembly: OpenSearch.Client.dll
Syntax
public interface IClusterModuleSettings
Properties
|
Edit this page
View Source
AllocationAwareness
Declaration
IAllocationAwarenessSettings AllocationAwareness { get; set; }
Property Value
|
Edit this page
View Source
AllocationFiltering
Declaration
IAllocationFilteringSettings AllocationFiltering { get; set; }
Property Value
|
Edit this page
View Source
DiskBasedShardAllocation
Declaration
IDiskBasedShardAllocationSettings DiskBasedShardAllocation { get; set; }
Property Value
|
Edit this page
View Source
Logger
Declaration
IDictionary<string, LogLevel> Logger { get; set; }
Property Value
|
Edit this page
View Source
ReadOnly
Declaration
bool? ReadOnly { get; set; }
Property Value
|
Edit this page
View Source
ShardAllocation
Declaration
IShardAllocationSettings ShardAllocation { get; set; }
Property Value
|
Edit this page
View Source
ShardBalancingHeuristics
Declaration
IShardBalancingHeuristicsSettings ShardBalancingHeuristics { get; set; }
Property Value
|
Edit this page
View Source
ShardRebalancing
Declaration
IShardRebalancingSettings ShardRebalancing { get; set; }
Property Value
Extension Methods