Network Management v1 API - Class LatencyPercentile (2.9.0)

public sealed class LatencyPercentile : IMessage<LatencyPercentile>, IEquatable<LatencyPercentile>, IDeepCloneable<LatencyPercentile>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class LatencyPercentile.

Latency percentile rank and value.

Inheritance

object > LatencyPercentile

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

LatencyPercentile()

public LatencyPercentile()

LatencyPercentile(LatencyPercentile)

public LatencyPercentile(LatencyPercentile other)
Parameter
NameDescription
otherLatencyPercentile

Properties

LatencyMicros

public long LatencyMicros { get; set; }

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.

Property Value
TypeDescription
long

Percent

public int Percent { get; set; }

Percentage of samples this data point applies to.

Property Value
TypeDescription
int