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.
Implements
IMessageProgressTimeseriesTypesPoint, IEquatableProgressTimeseriesTypesPoint, IDeepCloneableProgressTimeseriesTypesPoint, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |