public sealed class MetricValueSet : IMessage<MetricValueSet>, IEquatable<MetricValueSet>, IDeepCloneable<MetricValueSet>, IBufferMessage, IMessage
Represents a set of metric values in the same metric.
Each metric value in the set should have a unique combination of start time,
end time, and label values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMetricValueSet\u003c/code\u003e class represents a collection of metric values under a single metric name, ensuring each value has a unique combination of start time, end time, and label values.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used with Google Protocol Buffers and enabling features like equality comparison and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMetricValueSet\u003c/code\u003e offers two constructors, one default and one that copies an existing \u003ccode\u003eMetricValueSet\u003c/code\u003e instance, to streamline object instantiation.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two main properties: \u003ccode\u003eMetricName\u003c/code\u003e, a string representing the name of the metric, and \u003ccode\u003eMetricValues\u003c/code\u003e, a collection of individual metric values of type \u003ccode\u003eMetricValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 2.4.0, while the current page is for version 1.2.0 of the \u003ccode\u003eMetricValueSet\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]