[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDailyResourceUsageAggregation\u003c/code\u003e class within the Google Cloud Migration Center v1 API, outlining its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDailyResourceUsageAggregation\u003c/code\u003e class is designed to represent aggregated resource usage data for a single day, which can be seen from its primary function.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its compatibility and utility within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eCpu\u003c/code\u003e, \u003ccode\u003eDate\u003c/code\u003e, \u003ccode\u003eDisk\u003c/code\u003e, \u003ccode\u003eMemory\u003c/code\u003e, and \u003ccode\u003eNetwork\u003c/code\u003e, each representing a specific aspect of resource usage for the day, such as the type and usage of each.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two different constructors that can be utilized, one being a default constructor, and the second using another instance of \u003ccode\u003eDailyResourceUsageAggregation\u003c/code\u003e to copy.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class DailyResourceUsageAggregation (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation) \n\n public sealed class DailyResourceUsageAggregation : IMessage\u003cDailyResourceUsageAggregation\u003e, IEquatable\u003cDailyResourceUsageAggregation\u003e, IDeepCloneable\u003cDailyResourceUsageAggregation\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class DailyResourceUsageAggregation.\n\nUsage data aggregation for a single day. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DailyResourceUsageAggregation \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DailyResourceUsageAggregation](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DailyResourceUsageAggregation](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DailyResourceUsageAggregation](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DailyResourceUsageAggregation), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### DailyResourceUsageAggregation()\n\n public DailyResourceUsageAggregation()\n\n### DailyResourceUsageAggregation(DailyResourceUsageAggregation)\n\n public DailyResourceUsageAggregation(DailyResourceUsageAggregation other)\n\nProperties\n----------\n\n### Cpu\n\n public DailyResourceUsageAggregation.Types.CPU Cpu { get; set; }\n\nCPU usage.\n\n### Date\n\n public Date Date { get; set; }\n\nAggregation date. Day boundaries are at midnight UTC.\n\n### Disk\n\n public DailyResourceUsageAggregation.Types.Disk Disk { get; set; }\n\nDisk usage.\n\n### Memory\n\n public DailyResourceUsageAggregation.Types.Memory Memory { get; set; }\n\nMemory usage.\n\n### Network\n\n public DailyResourceUsageAggregation.Types.Network Network { get; set; }\n\nNetwork usage."]]