Show / Hide Table of Contents

Class ShuffleReadQuantileMetrics

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

Properties

ETag

The ETag of the item.

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

FetchWaitTimeMillis

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

LocalBlocksFetched

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

ReadBytes

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

ReadRecords

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

RemoteBlocksFetched

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

RemoteBytesRead

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

RemoteBytesReadToDisk

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

RemoteReqsDuration

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

ShufflePushReadMetrics

Declaration
[JsonProperty("shufflePushReadMetrics")]
public virtual ShufflePushReadQuantileMetrics ShufflePushReadMetrics { get; set; }
Property Value
Type Description
ShufflePushReadQuantileMetrics

TotalBlocksFetched

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX