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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `LatencyPercentile` class in the Google.Cloud.NetworkManagement.V1 API represents latency data, specifically the percentile rank and its corresponding latency value."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for efficient data handling and comparison."],["The class has two properties: `LatencyMicros`, which denotes the latency in microseconds for a given percentile, and `Percent`, which represents the percentile to which the latency value applies."],["There are 16 different versions of the `LatencyPercentile` class available in the provided documentation, with version 2.13.0 being the most current, as well as its respective namespace and assembly file."],["The LatencyPercentile class can be instantiated through two constructors, one default and another allowing for parameter passing of a LatencyPercentile object, as shown by `public LatencyPercentile()` and `public LatencyPercentile(LatencyPercentile other)`."]]],[]]