Google Cloud Memorystore for Redis (cluster management) v1 API - Class ClusterPersistenceConfig.Types.RDBConfig (1.3.0)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ClusterPersistenceConfig.Types.RDBConfig.

Configuration of the RDB based persistence.

Inheritance

object > ClusterPersistenceConfig.Types.RDBConfig

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

RDBConfig()

public RDBConfig()

RDBConfig(RDBConfig)

public RDBConfig(ClusterPersistenceConfig.Types.RDBConfig other)
Parameter
Name Description
other ClusterPersistenceConfigTypesRDBConfig

Properties

RdbSnapshotPeriod

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

Optional. Period between RDB snapshots.

Property Value
Type Description
ClusterPersistenceConfigTypesRDBConfigTypesSnapshotPeriod

RdbSnapshotStartTime

public Timestamp RdbSnapshotStartTime { get; set; }

Optional. The 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