Metadata key. Gets converted to lowercase. Needs to have-binsuffix indicating a binary-valued metadata entry. The binary header suffix can be added to the key withBinaryHeaderSuffix. Can only contain lowercase alphanumeric characters, underscores, hyphens, and dots.
Metadata key. Gets converted to lowercase. Must not use '-bin' suffix indicating a binary-valued metadata entry. Can only contain lowercase alphanumeric characters, underscores, hyphens, and dots.
[[["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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eMetadata.Entry\u003c/code\u003e is a class within the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace, designed for managing metadata entries in gRPC communications.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata.Entry\u003c/code\u003e class has two constructors, one that initializes the metadata entry with a string key and a byte array value, and another which initializes it with a string key and string value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIsBinary\u003c/code\u003e property indicates if a metadata entry uses a binary value, and there are distinct properties, \u003ccode\u003eValue\u003c/code\u003e and \u003ccode\u003eValueBytes\u003c/code\u003e, for accessing string or binary values, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKey\u003c/code\u003e property is used to retrieve the metadata entry key, which must adhere to specific formatting rules, including lowercase conversion and restrictions on allowed characters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eToString()\u003c/code\u003e method is available to return a string representation of the current Metadata.Entry object.\u003c/p\u003e\n"]]],[],null,[]]