Interface protos.google.dataflow.v1beta3.ProgressTimeseries.IPoint

Properties of a Point.

Package

@google-cloud/dataflow!

Properties

time

time?: (google.protobuf.ITimestamp|null);

Point time

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

value

value?: (number|null);

Point value

Property Value
TypeDescription
(number|null)