Dataflow v1beta3 API - Class ProgressTimeseries.Types.Point (2.0.0-beta07)

public sealed class ProgressTimeseries.Types.Point : IMessage<ProgressTimeseries.Types.Point>, IEquatable<ProgressTimeseries.Types.Point>, IDeepCloneable<ProgressTimeseries.Types.Point>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class ProgressTimeseries.Types.Point.

A point in the timeseries.

Inheritance

object > ProgressTimeseries.Types.Point

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

Point()

public Point()

Point(Point)

public Point(ProgressTimeseries.Types.Point other)
Parameter
Name Description
other ProgressTimeseriesTypesPoint

Properties

Time

public Timestamp Time { get; set; }

The timestamp of the point.

Property Value
Type Description
Timestamp

Value

public double Value { get; set; }

The value of the point.

Property Value
Type Description
double