timeUnixNano property

  1. @TagNumber.new(3)
Int64 get timeUnixNano

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(2);
  1. @TagNumber.new(3)
set timeUnixNano (Int64 v)

Implementation

@$pb.TagNumber(3)
set timeUnixNano($fixnum.Int64 v) {
  $_setInt64(2, v);
}