Class StageShuffleReadMetrics
Shuffle data read for the stage.
Inheritance
StageShuffleReadMetrics
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StageShuffleReadMetrics : IDirectResponseSchema
Properties
BytesRead
Declaration
[JsonProperty("bytesRead")]
public virtual long? BytesRead { get; set; }
Property Value
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
StageShufflePushReadMetrics
Declaration
[JsonProperty("stageShufflePushReadMetrics")]
public virtual StageShufflePushReadMetrics StageShufflePushReadMetrics { get; set; }
Property Value
Implements