Show / Hide Table of Contents

Class ShufflePushReadQuantileMetrics

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

Properties

CorruptMergedBlockChunks

Declaration
[JsonProperty("corruptMergedBlockChunks")]
public virtual Quantiles CorruptMergedBlockChunks { get; set; }
Property Value
Type Description
Quantiles

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LocalMergedBlocksFetched

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

LocalMergedBytesRead

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

LocalMergedChunksFetched

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

MergedFetchFallbackCount

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

RemoteMergedBlocksFetched

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

RemoteMergedBytesRead

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

RemoteMergedChunksFetched

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

RemoteMergedReqsDuration

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX