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

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

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

A collection of data points that describes the historical time-varying values of a resource.

Inheritance

object > UsageHistory

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

UsageHistory()

public UsageHistory()

UsageHistory(UsageHistory)

public UsageHistory(UsageHistory other)
Parameter
Name Description
other UsageHistory

Properties

AggregationMethod

public UsageHistory.Types.AggregationMethod AggregationMethod { get; set; }

Method used to convert sampled usage data to time series values.

Property Value
Type Description
UsageHistoryTypesAggregationMethod

TimeSeries

public TimeSeries TimeSeries { get; set; }

The collection of data points that represent the historical values.

Property Value
Type Description
TimeSeries