rdbSnapshotStartTime property

  1. @TagNumber(5)
Timestamp rdbSnapshotStartTime

Optional. Date and time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.

Implementation

@$pb.TagNumber(5)
$2.Timestamp get rdbSnapshotStartTime => $_getN(3);
  1. @TagNumber(5)
void rdbSnapshotStartTime=(Timestamp v)

Implementation

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