Migration Center v1 API - Class MemoryUsageSample (1.1.0)

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.

Memory usage sample.

Inheritance

object > MemoryUsageSample

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

MemoryUsageSample()

public MemoryUsageSample()

MemoryUsageSample(MemoryUsageSample)

public MemoryUsageSample(MemoryUsageSample other)
Parameter
NameDescription
otherMemoryUsageSample

Properties

UtilizedPercentage

public float UtilizedPercentage { get; set; }

Percentage of system memory utilized. Must be in the interval [0, 100].

Property Value
TypeDescription
float