Class TranslogSettings
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class TranslogSettings : 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
public TranslogDurability? Durability { get; set; }
Property Value
Type | Description |
---|---|
TranslogDurability? |
Flush
Dynamically updatable flush settings
Declaration
public 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
public Time SyncInterval { get; set; }
Property Value
Type | Description |
---|---|
Time |