Class Quantiles
Quantile metrics data related to Tasks. Units can be seconds, bytes, milliseconds, etc depending on the message
type.
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class Quantiles : IDirectResponseSchema
Properties
Count
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Maximum
Declaration
[JsonProperty("maximum")]
public virtual long? Maximum { get; set; }
Property Value
Minimum
Declaration
[JsonProperty("minimum")]
public virtual long? Minimum { get; set; }
Property Value
Percentile25
Declaration
[JsonProperty("percentile25")]
public virtual long? Percentile25 { get; set; }
Property Value
Percentile50
Declaration
[JsonProperty("percentile50")]
public virtual long? Percentile50 { get; set; }
Property Value
Percentile75
Declaration
[JsonProperty("percentile75")]
public virtual long? Percentile75 { get; set; }
Property Value
Sum
Declaration
[JsonProperty("sum")]
public virtual long? Sum { get; set; }
Property Value
Implements