public sealed class LatencyDistribution : IMessage<LatencyDistribution>, IEquatable<LatencyDistribution>, IDeepCloneable<LatencyDistribution>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class LatencyDistribution.
[[["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 `LatencyDistribution` class within the Network Management v1 API describes measured latency distributions, and it can be found in the `Google.Cloud.NetworkManagement.V1` namespace."],["Version 2.13.0 is the latest version of the API, and multiple other versions are available, ranging from version 1.0.0 to 2.12.0."],["The `LatencyDistribution` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The `LatencyDistribution` class includes a property called `LatencyPercentiles` of type `RepeatedField\u003cLatencyPercentile\u003e` which contains representative latency percentile data."],["The class has two constructors one is a default one and the other takes another LatencyDistribution as an argument."]]],[]]