public sealed class Point : IMessage<ProgressTimeseries.Types.Point>, IEquatable<ProgressTimeseries.Types.Point>, IDeepCloneable<ProgressTimeseries.Types.Point>, IBufferMessage, IMessage
A point in the timeseries.
Implements
IMessage<ProgressTimeseries.Types.Point>, IEquatable<ProgressTimeseries.Types.Point>, IDeepCloneable<ProgressTimeseries.Types.Point>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
Point()
public Point()
Point(ProgressTimeseries.Types.Point)
public Point(ProgressTimeseries.Types.Point other)
Parameter | |
---|---|
Name | Description |
other | ProgressTimeseries.Types.Point |
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 |