public sealed class MemoryUsageSample : IMessage<MemoryUsageSample>, IEquatable<MemoryUsageSample>, IDeepCloneable<MemoryUsageSample>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class MemoryUsageSample.
Memory usage sample.
Implements
IMessageMemoryUsageSample, IEquatableMemoryUsageSample, IDeepCloneableMemoryUsageSample, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
MemoryUsageSample()
public MemoryUsageSample()MemoryUsageSample(MemoryUsageSample)
public MemoryUsageSample(MemoryUsageSample other)| Parameter | |
|---|---|
| Name | Description |
other |
MemoryUsageSample |
Properties
UtilizedPercentage
public float UtilizedPercentage { get; set; }Percentage of system memory utilized. Must be in the interval [0, 100].
| Property Value | |
|---|---|
| Type | Description |
float |
|