Show / Hide Table of Contents

Class AssetPerformanceData

Performance data for an asset.

Inheritance
object
AssetPerformanceData
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 AssetPerformanceData : IDirectResponseSchema

Properties

DailyResourceUsageAggregations

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

Declaration
[JsonProperty("dailyResourceUsageAggregations")]
public virtual IList<DailyResourceUsageAggregation> DailyResourceUsageAggregations { get; set; }
Property Value
Type Description
IList<DailyResourceUsageAggregation>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX