public sealed class PerformanceSample : IMessage<PerformanceSample>, IEquatable<PerformanceSample>, IDeepCloneable<PerformanceSample>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class PerformanceSample.
[[["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 `PerformanceSample` class in the Migration Center v1 API provides a structure for performance data, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class is found within the `Google.Cloud.MigrationCenter.V1` namespace, and is part of the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["It allows for the collection of CPU, disk, memory, and network usage data through properties like `Cpu`, `Disk`, `Memory`, and `Network` which are of the types `CpuUsageSample`, `DiskUsageSample`, `MemoryUsageSample`, and `NetworkUsageSample` respectively."],["The `SampleTime` property, of type `Timestamp`, records the time the performance data sample was taken, and will default to the frame report time if unspecified."],["The class can be instantiated using two available constructors: the default `PerformanceSample()` or `PerformanceSample(PerformanceSample other)` allowing to create a copy from another instance."]]],[]]