Class RDBConfig
Configuration of the RDB based persistence.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class RDBConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RdbSnapshotPeriod
Optional. Period between RDB snapshots.
Declaration
[JsonProperty("rdbSnapshotPeriod")]
public virtual string RdbSnapshotPeriod { get; set; }
Property Value
Type | Description |
---|---|
string |
RdbSnapshotStartTime
object representation of RdbSnapshotStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RdbSnapshotStartTimeDateTimeOffset instead.")]
public virtual object RdbSnapshotStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RdbSnapshotStartTimeDateTimeOffset
DateTimeOffset representation of RdbSnapshotStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RdbSnapshotStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RdbSnapshotStartTimeRaw
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.
Declaration
[JsonProperty("rdbSnapshotStartTime")]
public virtual string RdbSnapshotStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |