Class ShuffleReadMetrics
Shuffle data read by the task.
Inheritance
ShuffleReadMetrics
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ShuffleReadMetrics : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FetchWaitTimeMillis
Declaration
[JsonProperty("fetchWaitTimeMillis")]
public virtual long? FetchWaitTimeMillis { get; set; }
Property Value
LocalBlocksFetched
Declaration
[JsonProperty("localBlocksFetched")]
public virtual long? LocalBlocksFetched { get; set; }
Property Value
LocalBytesRead
Declaration
[JsonProperty("localBytesRead")]
public virtual long? LocalBytesRead { get; set; }
Property Value
RecordsRead
Declaration
[JsonProperty("recordsRead")]
public virtual long? RecordsRead { get; set; }
Property Value
RemoteBlocksFetched
Declaration
[JsonProperty("remoteBlocksFetched")]
public virtual long? RemoteBlocksFetched { get; set; }
Property Value
RemoteBytesRead
Declaration
[JsonProperty("remoteBytesRead")]
public virtual long? RemoteBytesRead { get; set; }
Property Value
RemoteBytesReadToDisk
Declaration
[JsonProperty("remoteBytesReadToDisk")]
public virtual long? RemoteBytesReadToDisk { get; set; }
Property Value
RemoteReqsDuration
Declaration
[JsonProperty("remoteReqsDuration")]
public virtual long? RemoteReqsDuration { get; set; }
Property Value
ShufflePushReadMetrics
Declaration
[JsonProperty("shufflePushReadMetrics")]
public virtual ShufflePushReadMetrics ShufflePushReadMetrics { get; set; }
Property Value
Implements