Backup class

A backup of a Cloud Bigtable table.

Constructors

Backup({String? backupType, EncryptionInfo? encryptionInfo, String? endTime, String? expireTime, String? hotToStandardTime, String? name, String? sizeBytes, String? sourceBackup, String? sourceTable, String? startTime, String? state})
Backup.fromJson(Map json_)

Properties

backupType ↔ String?
Indicates the backup type of the backup. Possible string values are:
getter/setter pair
encryptionInfo ↔ EncryptionInfo?
The encryption information for the backup.
getter/setter pair
endTime ↔ String?
end_time is the time that the backup was finished.
getter/setter pair
expireTime ↔ String?
The expiration time of the backup.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
hotToStandardTime ↔ String?
The time at which the hot backup will be converted to a standard backup.
getter/setter pair
name ↔ String?
A globally unique identifier for the backup which cannot be changed.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes ↔ String?
Size of the backup in bytes.
getter/setter pair
sourceBackup ↔ String?
Name of the backup from which this backup was copied.
getter/setter pair
sourceTable ↔ String?
Name of the table from which this backup was created.
getter/setter pair
startTime ↔ String?
start_time is the time that the backup was started (i.e. approximately the time the CreateBackup request is received).
getter/setter pair
state ↔ String?
The current state of the backup.
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