rdbNextSnapshotTime property

  1. @TagNumber(4)
Timestamp 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(4)
void rdbNextSnapshotTime=(Timestamp v)

Implementation

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