Memorystore v1beta API - Enum PersistenceConfig.Types.AOFConfig.Types.AppendFsync (1.0.0-beta03)

public enum PersistenceConfig.Types.AOFConfig.Types.AppendFsync

Reference documentation and code samples for the Memorystore v1beta API enum PersistenceConfig.Types.AOFConfig.Types.AppendFsync.

Possible fsync modes.

Namespace

Google.Cloud.Memorystore.V1Beta

Assembly

Google.Cloud.Memorystore.V1Beta.dll

Fields

Name Description
Always

Fsync every time new write commands are appended to the AOF. The best data loss protection at the cost of performance.

EverySec

Fsync every second. You may lose 1 second of data if there is a disaster.

Never

Never fsync. Normally Linux will flush data every 30 seconds with this configuration, but it's up to the kernel's exact tuning.

Unspecified

Not set. Default: EVERY_SEC