BackupSummary class
Contains details for the backup.
Constructors
- BackupSummary({String? backupArn, DateTime? backupCreationDateTime, DateTime? backupExpiryDateTime, String? backupName, int? backupSizeBytes, BackupStatus? backupStatus, BackupType? backupType, String? tableArn, String? tableId, String? tableName})
-
BackupSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backupArn → String?
-
ARN associated with the backup.
final
- backupCreationDateTime → DateTime?
-
Time at which the backup was created.
final
- backupExpiryDateTime → DateTime?
-
Time at which the automatic on-demand backup created by DynamoDB will
expire. This
SYSTEM
on-demand backup expires automatically 35 days after its creation.final - backupName → String?
-
Name of the specified backup.
final
- backupSizeBytes → int?
-
Size of the backup in bytes.
final
- backupStatus → BackupStatus?
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
final
- backupType → BackupType?
-
BackupType:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableArn → String?
-
ARN associated with the table.
final
- tableId → String?
-
Unique identifier for the table.
final
- tableName → String?
-
Name of the table.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited