Class ClusterModuleSettings
Inheritance
ClusterModuleSettings
Assembly: OpenSearch.Client.dll
Syntax
public class ClusterModuleSettings : IClusterModuleSettings
Properties
|
Edit this page
View Source
AllocationAwareness
Declaration
public IAllocationAwarenessSettings AllocationAwareness { get; set; }
Property Value
|
Edit this page
View Source
AllocationFiltering
Declaration
public IAllocationFilteringSettings AllocationFiltering { get; set; }
Property Value
|
Edit this page
View Source
DiskBasedShardAllocation
Declaration
public IDiskBasedShardAllocationSettings DiskBasedShardAllocation { get; set; }
Property Value
|
Edit this page
View Source
Logger
Declaration
public IDictionary<string, LogLevel> Logger { get; set; }
Property Value
|
Edit this page
View Source
ReadOnly
Declaration
public bool? ReadOnly { get; set; }
Property Value
|
Edit this page
View Source
ShardAllocation
Declaration
public IShardAllocationSettings ShardAllocation { get; set; }
Property Value
|
Edit this page
View Source
ShardBalancingHeuristics
Declaration
public IShardBalancingHeuristicsSettings ShardBalancingHeuristics { get; set; }
Property Value
|
Edit this page
View Source
ShardRebalancing
Declaration
public IShardRebalancingSettings ShardRebalancing { get; set; }
Property Value
Implements
Extension Methods