Class TranslogFlushSettingsDescriptor
Inheritance
TranslogFlushSettingsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class TranslogFlushSettingsDescriptor : DescriptorBase<TranslogFlushSettingsDescriptor, ITranslogFlushSettings>, IDescriptor, ITranslogFlushSettings
Methods
|
Edit this page
View Source
Interval(Time)
Declaration
public TranslogFlushSettingsDescriptor Interval(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
|
Edit this page
View Source
ThresholdPeriod(Time)
Declaration
public TranslogFlushSettingsDescriptor ThresholdPeriod(Time time)
Parameters
Type |
Name |
Description |
Time |
time |
|
Returns
|
Edit this page
View Source
ThresholdSize(string)
Declaration
public TranslogFlushSettingsDescriptor ThresholdSize(string size)
Parameters
Type |
Name |
Description |
string |
size |
|
Returns
Implements
Extension Methods