Class ProgressTimeseries.Types.Point (1.0.0-beta03)

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

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(ProgressTimeseries.Types.Point)

public Point(ProgressTimeseries.Types.Point other)
Parameter
NameDescription
otherProgressTimeseries.Types.Point

Properties

Time

public Timestamp Time { get; set; }

The timestamp of the point.

Property Value
TypeDescription
Timestamp

Value

public double Value { get; set; }

The value of the point.

Property Value
TypeDescription
Double