Show / Hide Table of Contents

Class ShuffleWriteQuantileMetrics

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

Properties

ETag

The ETag of the item.

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

WriteBytes

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

WriteRecords

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

WriteTimeNanos

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX