public sealed class ClusterPersistenceConfig.Types.RDBConfig : IMessage<ClusterPersistenceConfig.Types.RDBConfig>, IEquatable<ClusterPersistenceConfig.Types.RDBConfig>, IDeepCloneable<ClusterPersistenceConfig.Types.RDBConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageClusterPersistenceConfigTypesRDBConfig, IEquatableClusterPersistenceConfigTypesRDBConfig, IDeepCloneableClusterPersistenceConfigTypesRDBConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
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 |
|