Class AssetPerformanceData
Performance data for an asset.
Implements
Inherited Members
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 |