rdbNextSnapshotTime property

  1. @TagNumber.new(4)
Timestamp get rdbNextSnapshotTime

Output only. The next time that a snapshot attempt is scheduled to occur.

Implementation

@$pb.TagNumber(4)
$2.Timestamp get rdbNextSnapshotTime => $_getN(2);
  1. @TagNumber.new(4)
set rdbNextSnapshotTime (Timestamp v)

Implementation

@$pb.TagNumber(4)
set rdbNextSnapshotTime($2.Timestamp v) {
  setField(4, v);
}