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 reference documentation for the `LatencyPercentile` class within the Google Cloud Network Management v1 API, specifically detailing its structure and functionality."],["The `LatencyPercentile` class is part of the `Google.Cloud.NetworkManagement.V1` namespace and is contained within the `Google.Cloud.NetworkManagement.V1.dll` assembly."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `LatencyPercentile` object as a parameter."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and compatibility within the .NET environment."],["Key properties of the `LatencyPercentile` class include `LatencyMicros`, which represents the observed latency in microseconds, and `Percent`, which defines the percentage of samples to which the latency applies."]]],[]]