Show / Hide Table of Contents

Class LatencyPercentile

Latency percentile rank and value.

Inheritance
object
LatencyPercentile
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.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class LatencyPercentile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LatencyMicros

percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.

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

Percent

Percentage of samples this data point applies to.

Declaration
[JsonProperty("percent")]
public virtual int? Percent { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX