Capacity Planner v1beta API - Enum UsageHistory.Types.AggregationMethod (1.0.0-beta01)

public enum UsageHistory.Types.AggregationMethod

Reference documentation and code samples for the Capacity Planner v1beta API enum UsageHistory.Types.AggregationMethod.

Methods for converting sampled data to time series values.

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Fields

Name Description
Median
P50

Time series values represent the 50th(median) percentile of the sampled values.

P75

Time series values represent the 75th percentile of the sampled values.

P99

Time series values represent the 99th percentile of the sampled values.

Peak

Time series values represent the 99th percentile of the sampled values.

Unspecified

No aggregation method is specified.