BackupSchedule class
BackupSchedule expresses the automated backup creation specification for a Spanner database.
Constructors
- BackupSchedule.new({CreateBackupEncryptionConfig? encryptionConfig, FullBackupSpec? fullBackupSpec, IncrementalBackupSpec? incrementalBackupSpec, String? name, String? retentionDuration, BackupScheduleSpec? spec, String? updateTime})
- BackupSchedule.fromJson(Map json_)
Properties
- encryptionConfig ↔ CreateBackupEncryptionConfig?
-
The encryption configuration that is used to encrypt the backup.
getter/setter pair
- fullBackupSpec ↔ FullBackupSpec?
-
The schedule creates only full backups.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- incrementalBackupSpec ↔ IncrementalBackupSpec?
-
The schedule creates incremental backup chains.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- retentionDuration ↔ String?
-
The retention duration of a backup that must be at least 6 hours and at
most 366 days.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec ↔ BackupScheduleSpec?
-
The schedule specification based on which the backup creations are
triggered.
getter/setter pair
- updateTime ↔ String?
-
The timestamp at which the schedule was last updated.
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