PointInTimeRecoveryDescription class
The description of the point in time settings applied to the table.
Constructors
- PointInTimeRecoveryDescription({DateTime? earliestRestorableDateTime, DateTime? latestRestorableDateTime, PointInTimeRecoveryStatus? pointInTimeRecoveryStatus})
-
PointInTimeRecoveryDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- earliestRestorableDateTime → DateTime?
-
Specifies the earliest point in time you can restore your table to. You can
restore your table to any point in time during the last 35 days.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestRestorableDateTime → DateTime?
-
LatestRestorableDateTime
is typically 5 minutes before the current time.final - pointInTimeRecoveryStatus → PointInTimeRecoveryStatus?
-
The current state of point in time recovery:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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