Metadata key. Gets converted to lowercase. Needs to have suffix indicating a binary valued metadata entry. Can only contain lowercase alphanumeric characters, underscores, hyphens and dots.
Metadata key. Gets converted to lowercase. Must not use 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\u003eThis document outlines the \u003ccode\u003eMetadata.Entry\u003c/code\u003e class within the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace, part of version 2.48.0 of the gRPC .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntry\u003c/code\u003e class allows for the creation of metadata entries with either binary (\u003ccode\u003ebyte[]\u003c/code\u003e) or ASCII (\u003ccode\u003estring\u003c/code\u003e) values, accessible via the \u003ccode\u003eEntry(string key, byte[] valueBytes)\u003c/code\u003e and \u003ccode\u003eEntry(string key, string value)\u003c/code\u003e constructors respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIsBinary\u003c/code\u003e property indicates whether the entry's value is stored as binary data or not, and is also retrievable in this format via the \u003ccode\u003eValueBytes\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKey\u003c/code\u003e property retrieves the metadata key of an entry, while the \u003ccode\u003eValue\u003c/code\u003e property retrieves the string representation of its value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eToString()\u003c/code\u003e method provides a string representation of the current \u003ccode\u003eMetadata.Entry\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]