Interface protos.google.dataflow.v1beta3.IProgressTimeseries

Properties of a ProgressTimeseries.

Package

@google-cloud/dataflow!

Properties

currentProgress

currentProgress?: (number|null);

ProgressTimeseries currentProgress

Property Value
TypeDescription
(number|null)

dataPoints

dataPoints?: (google.dataflow.v1beta3.ProgressTimeseries.IPoint[]|null);

ProgressTimeseries dataPoints

Property Value
TypeDescription
(google.dataflow.v1beta3.ProgressTimeseries.IPoint[]|null)