lastUpdatedMs property
- @TagNumber.new(4)
Wall-clock timestamp of the most recent ingestion, in milliseconds since Unix epoch. 0 = no ingestion yet.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get lastUpdatedMs => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set lastUpdatedMs($fixnum.Int64 value) => $_setInt64(3, value);