rdbSnapshotStartTime property

  1. @TagNumber.new(5)
Timestamp get 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.new(5)
set rdbSnapshotStartTime (Timestamp v)

Implementation

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