public sealed class BatchWriteRequest : IMessage<BatchWriteRequest>, IEquatable<BatchWriteRequest>, IDeepCloneable<BatchWriteRequest>, IBufferMessage, IMessage
The request for [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
Method does not apply writes atomically and does not guarantee ordering.
Each write succeeds or fails independently. You cannot write to the same
document more than once per request.
[[["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-06-12 UTC."],[[["This webpage details the `BatchWriteRequest` class, which is used for batch writing operations in Google Cloud Firestore."],["The latest version of `BatchWriteRequest` is 3.10.0, while version 2.5.0 is also accessible in the content of the page."],["The `BatchWriteRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `BatchWriteRequest` class has properties for `Database`, `Labels`, and `Writes`, which define the target database, associated labels, and the writes to apply, respectively."],["The provided `BatchWriteRequest` versions range from 2.3.0 to 3.10.0, allowing users to navigate the documentation of the class across different versions."]]],[]]