public sealed class PersistenceConfig.Types.RDBConfig : IMessage<PersistenceConfig.Types.RDBConfig>, IEquatable<PersistenceConfig.Types.RDBConfig>, IDeepCloneable<PersistenceConfig.Types.RDBConfig>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1 API class PersistenceConfig.Types.RDBConfig.
Configuration for RDB based persistence.
Implements
IMessagePersistenceConfigTypesRDBConfig, IEquatablePersistenceConfigTypesRDBConfig, IDeepCloneablePersistenceConfigTypesRDBConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1Assembly
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 |
|