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 in the Network Management v1 API provides a way to describe measured latency distributions, with the latest version being 2.13.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like deep cloning and buffer message handling."],["The `LatencyDistribution` class contains a `LatencyPercentiles` property, which provides a `RepeatedField` of `LatencyPercentile` objects, offering representative latency percentile data."],["There are multiple versions of the class available, ranging from version 1.0.0 to 2.13.0, allowing developers to choose the appropriate version for their needs."],["The `LatencyDistribution` class has two constructors, one that is empty, and another that accepts another `LatencyDistribution` as a parameter."]]],[]]