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"]],[["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-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMetadataFilterLabelMatch\u003c/code\u003e class is used to define metadata label name-value pairs for matching metadata presented to a load balancer.\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, indicating its role in message handling and data comparison/cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eValue\u003c/code\u003e, 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default constructor called \u003ccode\u003eMetadataFilterLabelMatch()\u003c/code\u003e and another that accepts another \u003ccode\u003eMetadataFilterLabelMatch\u003c/code\u003e parameter, used to create a new instance of the class using another instance.\u003c/p\u003e\n"]]],[],null,[]]