Class StageShufflePushReadMetrics
Inheritance
StageShufflePushReadMetrics
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StageShufflePushReadMetrics : IDirectResponseSchema
Properties
CorruptMergedBlockChunks
Declaration
[JsonProperty("corruptMergedBlockChunks")]
public virtual long? CorruptMergedBlockChunks { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LocalMergedBlocksFetched
Declaration
[JsonProperty("localMergedBlocksFetched")]
public virtual long? LocalMergedBlocksFetched { get; set; }
Property Value
LocalMergedBytesRead
Declaration
[JsonProperty("localMergedBytesRead")]
public virtual long? LocalMergedBytesRead { get; set; }
Property Value
LocalMergedChunksFetched
Declaration
[JsonProperty("localMergedChunksFetched")]
public virtual long? LocalMergedChunksFetched { get; set; }
Property Value
MergedFetchFallbackCount
Declaration
[JsonProperty("mergedFetchFallbackCount")]
public virtual long? MergedFetchFallbackCount { get; set; }
Property Value
RemoteMergedBlocksFetched
Declaration
[JsonProperty("remoteMergedBlocksFetched")]
public virtual long? RemoteMergedBlocksFetched { get; set; }
Property Value
RemoteMergedBytesRead
Declaration
[JsonProperty("remoteMergedBytesRead")]
public virtual long? RemoteMergedBytesRead { get; set; }
Property Value
RemoteMergedChunksFetched
Declaration
[JsonProperty("remoteMergedChunksFetched")]
public virtual long? RemoteMergedChunksFetched { get; set; }
Property Value
RemoteMergedReqsDuration
Declaration
[JsonProperty("remoteMergedReqsDuration")]
public virtual long? RemoteMergedReqsDuration { get; set; }
Property Value
Implements