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."],[[["This document provides reference documentation for the `BatchWriteRequest` class within the Google Cloud Firestore v1 API for .NET, specifically version 3.6.0."],["The `BatchWriteRequest` class is used to define requests for the `Firestore.BatchWrite` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchWriteRequest` class include `Database`, which specifies the database name, `Labels`, for associating labels with the batch write, and `Writes`, which contains the list of writes to be applied."],["The document also shows the different versions available, starting with 2.3.0 and ranging up to 3.10.0, which is the latest version."],["The BatchWriteRequest class is built off the object class, and provides the functionality of GetHashCode(), GetType(), and ToString()."]]],[]]