Interface ITranslogSettings
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ITranslogSettings
Properties
| Edit this page View SourceDurability
Whether or not to fsync and commit the translog after every index, delete, update, or bulk request
Declaration
TranslogDurability? Durability { get; set; }
Property Value
Type | Description |
---|---|
TranslogDurability? |
Flush
Dynamically updatable flush settings
Declaration
ITranslogFlushSettings Flush { get; set; }
Property Value
Type | Description |
---|---|
ITranslogFlushSettings |
SyncInterval
How often the translog is fsynced to disk and committed, regardless of write operations. Defaults to 5s.
Declaration
Time SyncInterval { get; set; }
Property Value
Type | Description |
---|---|
Time |