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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content pertains to the \u003ccode\u003eBatchWriteRequest\u003c/code\u003e class within the Google Cloud Firestore V1 API for .NET, specifically version 3.9.0, with links to other versions, including the latest 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchWriteRequest\u003c/code\u003e is a class used to initiate a batch write operation within Firestore, as defined by the \u003ccode\u003eFirestore.BatchWrite\u003c/code\u003e API method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchWriteRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eDatabase\u003c/code\u003e, which specifies the database to operate on, \u003ccode\u003eLabels\u003c/code\u003e for associating labels with the batch write, and \u003ccode\u003eWrites\u003c/code\u003e, which holds the list of individual write operations to be performed.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides code samples, constructors, and detailed descriptions for each property and the associated datatypes to help with implementation.\u003c/p\u003e\n"]]],[],null,[]]