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 `LatencyPercentile` class, part of the Google Cloud Network Management v1 API, represents latency data points, including percentile rank and value."],["This class is available across multiple versions, from 1.0.0 to the latest 2.13.0, allowing access to `LatencyPercentile` in various software iterations."],["`LatencyPercentile` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its interaction with messages and ensuring data integrity."],["The class provides two constructors, one default and one that copies from another `LatencyPercentile` object."],["`LatencyPercentile` objects hold two key properties: `LatencyMicros`, representing latency in microseconds at a specific percentile, and `Percent`, indicating the sample percentage the data point applies to."]]],[]]