Show / Hide Table of Contents

Class Quantiles

Quantile metrics data related to Tasks. Units can be seconds, bytes, milliseconds, etc depending on the message type.

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

Properties

Count

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

Maximum

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

Minimum

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

Percentile25

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

Percentile50

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

Percentile75

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

Sum

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX