public sealed class Point : IMessage<Point>, IEquatable<Point>, IDeepCloneable<Point>, IBufferMessage, IMessageReference documentation and code samples for the Capacity Planner v1beta API class Point.
A single data point in a time series.
Namespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
Point()
public Point()Point(Point)
public Point(Point other)| Parameter | |
|---|---|
| Name | Description |
other |
Point |
Properties
EventTime
public Timestamp EventTime { get; set; }The time which the data point applies.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Value
public double Value { get; set; }The value of the data point.
| Property Value | |
|---|---|
| Type | Description |
double |
|