Memorystore v1 API - Class PersistenceConfig.Types.RDBConfig (1.0.0-beta04)

public sealed class PersistenceConfig.Types.RDBConfig : IMessage<PersistenceConfig.Types.RDBConfig>, IEquatable<PersistenceConfig.Types.RDBConfig>, IDeepCloneable<PersistenceConfig.Types.RDBConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Memorystore v1 API class PersistenceConfig.Types.RDBConfig.

Configuration for RDB based persistence.

Inheritance

object > PersistenceConfig.Types.RDBConfig

Namespace

Google.Cloud.Memorystore.V1

Assembly

Google.Cloud.Memorystore.V1.dll

Constructors

RDBConfig()

public RDBConfig()

RDBConfig(RDBConfig)

public RDBConfig(PersistenceConfig.Types.RDBConfig other)
Parameter
Name Description
other PersistenceConfigTypesRDBConfig

Properties

RdbSnapshotPeriod

public PersistenceConfig.Types.RDBConfig.Types.SnapshotPeriod RdbSnapshotPeriod { get; set; }

Optional. Period between RDB snapshots.

Property Value
Type Description
PersistenceConfigTypesRDBConfigTypesSnapshotPeriod

RdbSnapshotStartTime

public Timestamp RdbSnapshotStartTime { get; set; }

Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.

Property Value
Type Description
Timestamp