Backup class
A backup of a Cloud Bigtable table.
Constructors
Properties
- 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, with microseconds granularity that must
be at least 6 hours and at most 90 days from the time the request is
received.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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