Show / Hide Table of Contents

Class ShuffleReadMetrics

Shuffle data read by the task.

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

Properties

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?

ShufflePushReadMetrics

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX