Interface ITranslogFlushSettings
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ITranslogFlushSettings
Properties
| Edit this page View SourceInterval
How often to check if a flush is needed, randomized between the interval value and 2x the interval value. Defaults to 5s.
Declaration
Time Interval { get; set; }
Property Value
Type | Description |
---|---|
Time |
ThresholdPeriod
How long to wait before triggering a flush regardless of translog size. Defaults to 30m.
Declaration
Time ThresholdPeriod { get; set; }
Property Value
Type | Description |
---|---|
Time |
ThresholdSize
Once the translog hits this size, a flush will happen. Defaults to 512mb.
Declaration
string ThresholdSize { get; set; }
Property Value
Type | Description |
---|---|
string |