Show / Hide Table of Contents

Class MemInfo

Information about the memory usage of a worker or a container within a worker.

Inheritance
object
MemInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class MemInfo : IDirectResponseSchema

Properties

CurrentLimitBytes

Instantenous memory limit in bytes.

Declaration
[JsonProperty("currentLimitBytes")]
public virtual ulong? CurrentLimitBytes { get; set; }
Property Value
Type Description
ulong?

CurrentOoms

Number of Out of Memory (OOM) events recorded since the previous measurement.

Declaration
[JsonProperty("currentOoms")]
public virtual long? CurrentOoms { get; set; }
Property Value
Type Description
long?

CurrentRssBytes

Instantenous memory (RSS) size in bytes.

Declaration
[JsonProperty("currentRssBytes")]
public virtual ulong? CurrentRssBytes { get; set; }
Property Value
Type Description
ulong?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Timestamp of the measurement.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

TotalGbMs

Total memory (RSS) usage since start up in GB * ms.

Declaration
[JsonProperty("totalGbMs")]
public virtual ulong? TotalGbMs { get; set; }
Property Value
Type Description
ulong?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX