Show / Hide Table of Contents

Class StageShuffleReadMetrics

Shuffle data read for the stage.

Inheritance
object
StageShuffleReadMetrics
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 StageShuffleReadMetrics : IDirectResponseSchema

Properties

BytesRead

Declaration
[JsonProperty("bytesRead")]
public virtual long? BytesRead { 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

FetchWaitTimeMillis

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

LocalBlocksFetched

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

LocalBytesRead

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

RecordsRead

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

RemoteBlocksFetched

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

RemoteBytesRead

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

RemoteBytesReadToDisk

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

RemoteReqsDuration

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

StageShufflePushReadMetrics

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX