public sealed class DiskUsageSample : IMessage<DiskUsageSample>, IEquatable<DiskUsageSample>, IDeepCloneable<DiskUsageSample>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class DiskUsageSample.
[[["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-06-10 UTC."],[[["This document provides reference documentation and code samples for the `DiskUsageSample` class within the Migration Center v1 API."],["The `DiskUsageSample` class is used to represent disk usage data, aggregating values across all disks."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `DiskUsageSample` class includes properties such as `AverageIops`, which represents the average Input/Output Operations Per Second sampled over a short window."],["The `DiskUsageSample` class has two constructors: a default constructor and one that accepts another `DiskUsageSample` object as a parameter for copying."]]],[]]