public sealed class AssetPerformanceData : IMessage<AssetPerformanceData>, IEquatable<AssetPerformanceData>, IDeepCloneable<AssetPerformanceData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class AssetPerformanceData.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AssetPerformanceData` class in the Migration Center v1 API provides performance data for an asset within the `Google.Cloud.MigrationCenter.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for data management and manipulation."],["The `AssetPerformanceData` class is available in multiple versions, with version 1.4.0 being the latest, and has previous versions from 1.0.0 to 1.3.0 available."],["It offers two constructors: one default constructor and another that accepts an `AssetPerformanceData` object as a parameter for duplication purposes."],["The `DailyResourceUsageAggregations` property, a `RepeatedField`, stores daily resource usage data for an asset, holding up to 420 days of data, sorted chronologically."]]],[]]