ContinuousBackupInfo class

ContinuousBackupInfo describes the continuous backup properties of a cluster.

Constructors

ContinuousBackupInfo({String? earliestRestorableTime, String? enabledTime, EncryptionInfo? encryptionInfo, List<String>? schedule})
ContinuousBackupInfo.fromJson(Map json_)

Properties

earliestRestorableTime String?
The earliest restorable time that can be restored to.
getter/setter pair
enabledTime String?
When ContinuousBackup was most recently enabled.
getter/setter pair
encryptionInfo EncryptionInfo?
The encryption information for the WALs and backups required for ContinuousBackup.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule List<String>?
Days of the week on which a continuous backup is taken.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited