backupWindow property

  1. @TagNumber(3)
Duration backupWindow

The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.

The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it defaults to 1 hour.

Implementation

@$pb.TagNumber(3)
$10.Duration get backupWindow => $_getN(2);
  1. @TagNumber(3)
void backupWindow=(Duration v)

Implementation

@$pb.TagNumber(3)
set backupWindow($10.Duration v) { setField(3, v); }