Show / Hide Table of Contents

Class StageMetrics

Stage Level Aggregated Metrics

Inheritance
object
StageMetrics
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StageMetrics : IDirectResponseSchema

Properties

DiskBytesSpilled

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

ETag

The ETag of the item.

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

ExecutorCpuTimeNanos

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

ExecutorDeserializeCpuTimeNanos

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

ExecutorDeserializeTimeMillis

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

ExecutorRunTimeMillis

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

JvmGcTimeMillis

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

MemoryBytesSpilled

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

PeakExecutionMemoryBytes

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

ResultSerializationTimeMillis

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

ResultSize

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

StageInputMetrics

Declaration
[JsonProperty("stageInputMetrics")]
public virtual StageInputMetrics StageInputMetrics { get; set; }
Property Value
Type Description
StageInputMetrics

StageOutputMetrics

Declaration
[JsonProperty("stageOutputMetrics")]
public virtual StageOutputMetrics StageOutputMetrics { get; set; }
Property Value
Type Description
StageOutputMetrics

StageShuffleReadMetrics

Declaration
[JsonProperty("stageShuffleReadMetrics")]
public virtual StageShuffleReadMetrics StageShuffleReadMetrics { get; set; }
Property Value
Type Description
StageShuffleReadMetrics

StageShuffleWriteMetrics

Declaration
[JsonProperty("stageShuffleWriteMetrics")]
public virtual StageShuffleWriteMetrics StageShuffleWriteMetrics { get; set; }
Property Value
Type Description
StageShuffleWriteMetrics

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX