BackupConfiguration class
Database instance backup configuration.
Constructors
- BackupConfiguration({BackupRetentionSettings? backupRetentionSettings, bool? binaryLogEnabled, bool? enabled, String? kind, String? location, bool? pointInTimeRecoveryEnabled, bool? replicationLogArchivingEnabled, String? startTime, int? transactionLogRetentionDays})
- BackupConfiguration.fromJson(Map _json)
Properties
- backupRetentionSettings ↔ BackupRetentionSettings?
-
Backup retention settings.
getter/setter pair
- binaryLogEnabled ↔ bool?
-
(MySQL only) Whether binary log is enabled.
getter/setter pair
- enabled ↔ bool?
-
Whether this configuration is enabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
This is always sql#backupConfiguration.
getter/setter pair
- location ↔ String?
-
Location of the backup
getter/setter pair
- pointInTimeRecoveryEnabled ↔ bool?
-
(Postgres only) Whether point in time recovery is enabled.
getter/setter pair
- replicationLogArchivingEnabled ↔ bool?
-
Reserved for future use.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Start time for the daily backup configuration in UTC timezone in the 24
hour format - HH:MM.
getter/setter pair
- transactionLogRetentionDays ↔ int?
-
The number of days of transaction logs we retain for point in time
restore, from 1-7.
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