Class DailyResourceUsageAggregationStats
Statistical aggregation of samples for a single resource usage.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DailyResourceUsageAggregationStats : IDirectResponseSchema
Properties
Average
Average usage value.
Declaration
[JsonProperty("average")]
public virtual float? Average { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Median
Median usage value.
Declaration
[JsonProperty("median")]
public virtual float? Median { get; set; }
Property Value
Type | Description |
---|---|
float? |
NinteyFifthPercentile
95th percentile usage value.
Declaration
[JsonProperty("ninteyFifthPercentile")]
public virtual float? NinteyFifthPercentile { get; set; }
Property Value
Type | Description |
---|---|
float? |
Peak
Peak usage value.
Declaration
[JsonProperty("peak")]
public virtual float? Peak { get; set; }
Property Value
Type | Description |
---|---|
float? |