ContinuousBackupsDescription class

Represents the continuous backups and point in time recovery settings on the table.

Constructors

ContinuousBackupsDescription({required ContinuousBackupsStatus continuousBackupsStatus, PointInTimeRecoveryDescription? pointInTimeRecoveryDescription})
ContinuousBackupsDescription.fromJson(Map<String, dynamic> json)
factory

Properties

continuousBackupsStatus ContinuousBackupsStatus
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED
final
hashCode int
The hash code for this object.
no setterinherited
pointInTimeRecoveryDescription PointInTimeRecoveryDescription?
The description of the point in time recovery settings applied to the table.
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