public enum UsageHistory.Types.AggregationMethodReference 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.V1BetaAssembly
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. |