Class DiskBasedShardAllocationSettingsDescriptor
Inheritance
DiskBasedShardAllocationSettingsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class DiskBasedShardAllocationSettingsDescriptor : DescriptorBase<DiskBasedShardAllocationSettingsDescriptor, IDiskBasedShardAllocationSettings>, IDescriptor, IDiskBasedShardAllocationSettings
Methods
|
Edit this page
View Source
HighWatermark(string)
Declaration
public DiskBasedShardAllocationSettingsDescriptor HighWatermark(string high)
Parameters
Type |
Name |
Description |
string |
high |
|
Returns
|
Edit this page
View Source
IncludeRelocations(bool?)
Declaration
public DiskBasedShardAllocationSettingsDescriptor IncludeRelocations(bool? include = true)
Parameters
Type |
Name |
Description |
bool? |
include |
|
Returns
|
Edit this page
View Source
LowWatermark(string)
Declaration
public DiskBasedShardAllocationSettingsDescriptor LowWatermark(string low)
Parameters
Type |
Name |
Description |
string |
low |
|
Returns
|
Edit this page
View Source
ThresholdEnabled(bool?)
Declaration
public DiskBasedShardAllocationSettingsDescriptor ThresholdEnabled(bool? enable = true)
Parameters
Type |
Name |
Description |
bool? |
enable |
|
Returns
|
Edit this page
View Source
UpdateInterval(Time)
Declaration
public DiskBasedShardAllocationSettingsDescriptor UpdateInterval(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
Implements
Extension Methods