public sealed class MemoryUsageSample : IMessage<MemoryUsageSample>, IEquatable<MemoryUsageSample>, IDeepCloneable<MemoryUsageSample>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class MemoryUsageSample.
[[["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 `MemoryUsageSample` class, part of the Google Cloud Migration Center v1 API, provides details about memory usage within a system, specifically the percentage utilized."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization and cloning."],["The `MemoryUsageSample` class is available in multiple versions, with the latest being version 1.4.0, and is accessible within the `Google.Cloud.MigrationCenter.V1` namespace."],["The class is constructed using one of two constructors, one being the default constructor, and the other accepting another MemoryUsageSample as a parameter."],["The only property in the class is `UtilizedPercentage`, which returns a `float` representing the percentage of system memory utilized, ranging from 0 to 100."]]],[]]