Hint that the write may be buffered and need not go out on the wire immediately.
gRPC is free to buffer the message until the next non-buffered
write, or until write stream completion, but it need not buffer completely or at all.
NoCompress
Force compression to be disabled for a particular write.
[[["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 describes the \u003ccode\u003eWriteFlags\u003c/code\u003e enum within the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace, used for write operation flags.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteFlags\u003c/code\u003e enum is available in gRPC versions 2.48.0, 2.63.0, and the latest 2.66.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBufferHint\u003c/code\u003e field suggests the write may be buffered by gRPC, but it's not required to be buffered fully or at all.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNoCompress\u003c/code\u003e field forces the disabling of compression for a specific write operation.\u003c/p\u003e\n"]]],[],null,[]]