[[["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-03-21 UTC."],[[["The `WriteStream` class is an abstract class designed for bidirectional streaming operations, specifically handling `WriteRequest` and `WriteResponse` types within the Firestore context."],["This class provides methods for writing data asynchronously, including `WriteAsync` and `TryWriteAsync`, offering options for using `WriteOptions` for fine-tuning the writing process."],["It inherits functionalities from `BidirectionalStreamingBase`, enabling access to the response stream through `GetResponseStream()` and providing control over the underlying gRPC call via `GrpcCall`."],["The available versions of the `FirestoreClient.WriteStream` range from version 2.3.0 to the latest version 3.10.0, allowing developers to choose a specific version if needed."],["The `WriteStream` class also inherits several fundamental methods from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]