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-03-21 UTC."],[[["The `BatchWriteRequest` class is part of the Google Cloud Firestore v1 API and is used for making batch write requests to Firestore databases."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a wide range of functionalities for handling data and requests."],["The `BatchWriteRequest` class includes properties such as `Database`, `Labels`, and `Writes`, to define which database to perform actions on, labels associated with the batch write, and the specific writes to be applied, respectively."],["The provided documentation covers versions from 2.3.0 up to the latest, 3.10.0 of the .NET Firestore client library, all of which include the `BatchWriteRequest` class, indicating its central role in the API."]]],[]]