timeUnixNano property
- @TagNumber.new(3)
TimeUnixNano is required, see the detailed comments above Metric.
Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get timeUnixNano => $_getI64(1);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set timeUnixNano($fixnum.Int64 v) {
$_setInt64(1, v);
}