public sealed class MetadataFilterLabelMatch : IMessage<MetadataFilterLabelMatch>, IEquatable<MetadataFilterLabelMatch>, IDeepCloneable<MetadataFilterLabelMatch>, IBufferMessage, IMessage
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
[[["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 `MetadataFilterLabelMatch` class is used to define metadata label name-value pairs for matching metadata presented to a load balancer."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data comparison/cloning."],["The latest version documented is 3.6.0, while the lowest documented is 1.0.0 and the current class version is 1.2.0, suggesting ongoing development and updates of this class."],["The class has properties `Name` and `Value`, both of type string, to store the metadata label name and its corresponding value respectively, and each of these properties can be up to 1024 characters long."],["The class has two constructors, one default constructor called `MetadataFilterLabelMatch()` and another that accepts another `MetadataFilterLabelMatch` parameter, used to create a new instance of the class using another instance."]]],[]]