public sealed class BatchWriteRequest : IMessage<BatchWriteRequest>, IEquatable<BatchWriteRequest>, IDeepCloneable<BatchWriteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class BatchWriteRequest.
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 provides documentation for the `BatchWriteRequest` class within the Google Cloud Firestore V1 API, with the current version being 3.2.0."],["The `BatchWriteRequest` class is used to define a request for a batch write operation in Firestore, and this request does not apply writes atomically or guarantees any specific ordering."],["The `BatchWriteRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchWriteRequest` class include `Database`, `Labels`, and `Writes`, which specify the target database, associated labels, and the individual write operations to be performed, respectively."],["The page provides links to documentation of other versions, including the latest version 3.10.0, as well as older versions going back to version 2.3.0."]]],[]]