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.
Implements
IMessageLatencyPercentile, IEquatableLatencyPercentile, IDeepCloneableLatencyPercentile, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
LatencyPercentile()
public LatencyPercentile()
LatencyPercentile(LatencyPercentile)
public LatencyPercentile(LatencyPercentile other)
Parameter | |
---|---|
Name | Description |
other |
LatencyPercentile |
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 | |
---|---|
Type | Description |
long |
Percent
public int Percent { get; set; }
Percentage of samples this data point applies to.
Property Value | |
---|---|
Type | Description |
int |