Show / Hide Table of Contents

Class DailyResourceUsageAggregationStats

Statistical aggregation of samples for a single resource usage.

Inheritance
object
DailyResourceUsageAggregationStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX