Capacity Planner v1beta API - Class Point (1.0.0-beta01)

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

Reference documentation and code samples for the Capacity Planner v1beta API class Point.

A single data point in a time series.

Inheritance

object > Point

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

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