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"]],[["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-07 UTC."],[[["This document describes the `WriteFlags` enum within the `Grpc.Core` namespace, used for write operation flags."],["The `WriteFlags` enum is available in gRPC versions 2.48.0, 2.63.0, and the latest 2.66.0."],["The `BufferHint` field suggests the write may be buffered by gRPC, but it's not required to be buffered fully or at all."],["The `NoCompress` field forces the disabling of compression for a specific write operation."]]],[]]