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-03-21 UTC."],[[["This webpage provides documentation for the `LatencyPercentile` class within the Google Cloud Network Management v1 API for .NET, with the most recent version being 2.13.0."],["The `LatencyPercentile` class is used to represent latency percentile rank and value, which is a component of network management analysis, as stated in the description."],["The `LatencyPercentile` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration within the broader Google Protobuf ecosystem."],["The class has two constructors: a default constructor and one that takes another `LatencyPercentile` instance as a parameter."],["It has two properties, `LatencyMicros` which stores the percentile latency in microseconds, and `Percent` which stores the percentage of samples it applies to."]]],[]]