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."],[[["The latest version available for the `LatencyPercentile` class is 2.13.0, while the current page is documenting version 2.9.0 of the class in the Network Management v1 API."],["The `LatencyPercentile` class, part of the Google.Cloud.NetworkManagement.V1 namespace, represents a latency percentile rank and value in network management, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `LatencyPercentile()` and a copy constructor `LatencyPercentile(LatencyPercentile other)`, which takes another `LatencyPercentile` object as a parameter to copy data from."],["`LatencyPercentile` has two properties, `LatencyMicros`, a long representing the latency in microseconds for a given percentile, and `Percent`, an integer representing the percentage of samples corresponding to this data point."],["The class provides an overview of past versions, ranging from 1.0.0 to the latest 2.13.0."]]],[]]