Show / Hide Table of Contents

Class OutlierStats

Statistics for the underflow and overflow bucket.

Inheritance
object
OutlierStats
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.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class OutlierStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OverflowCount

Number of values that are larger than the upper bound of the largest bucket.

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

OverflowMean

Mean of values in the overflow bucket.

Declaration
[JsonProperty("overflowMean")]
public virtual double? OverflowMean { get; set; }
Property Value
Type Description
double?

UnderflowCount

Number of values that are smaller than the lower bound of the smallest bucket.

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

UnderflowMean

Mean of values in the undeflow bucket.

Declaration
[JsonProperty("underflowMean")]
public virtual double? UnderflowMean { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX