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\u003eThe content details the \u003ccode\u003eWriteFlags\u003c/code\u003e enum, which is used for managing write operations within the gRPC framework.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWriteFlags\u003c/code\u003e is located in the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace and is part of the \u003ccode\u003eGrpc.Core.Api.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eTwo flags are defined within the \u003ccode\u003eWriteFlags\u003c/code\u003e enum: \u003ccode\u003eBufferHint\u003c/code\u003e, which indicates potential buffering, and \u003ccode\u003eNoCompress\u003c/code\u003e, which disables compression for specific writes.\u003c/p\u003e\n"],["\u003cp\u003eThere are 3 versions of \u003ccode\u003eWriteFlags\u003c/code\u003e provided, 2.66.0 (latest), 2.63.0, and 2.48.0.\u003c/p\u003e\n"]]],[],null,["# Enum WriteFlags (2.66.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.66.0 (latest)](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.WriteFlags)\n- [2.63.0](/dotnet/docs/reference/Grpc.Core/2.63.0/Grpc.Core.WriteFlags)\n- [2.48.0](/dotnet/docs/reference/Grpc.Core/2.48.0/Grpc.Core.WriteFlags) \n\n [Flags]\n public enum WriteFlags\n\nFlags for write operations.\n\nNamespace\n---------\n\n[Grpc.Core](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core)\n\nAssembly\n--------\n\nGrpc.Core.Api.dll"]]