RpoConfig class

Defines RPO scheduling configuration for automatically creating Backups via this BackupPlan.

Constructors

RpoConfig({List<ExclusionWindow>? exclusionWindows, int? targetRpoMinutes})
RpoConfig.fromJson(Map json_)

Properties

exclusionWindows List<ExclusionWindow>?
User specified time windows during which backup can NOT happen for this BackupPlan - backups should start and finish outside of any given exclusion window.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetRpoMinutes int?
Defines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan.
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