Show / Hide Table of Contents

Class StageShufflePushReadMetrics

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

Properties

CorruptMergedBlockChunks

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

LocalMergedBlocksFetched

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

LocalMergedBytesRead

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

LocalMergedChunksFetched

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

MergedFetchFallbackCount

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

RemoteMergedBlocksFetched

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

RemoteMergedBytesRead

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

RemoteMergedChunksFetched

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

RemoteMergedReqsDuration

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX