public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class BatchWriteResponse.
The response from
[Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
[[["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 information for the `BatchWriteResponse` class within the Google Cloud Firestore v1 API for .NET, specifically version 3.7.0."],["The `BatchWriteResponse` class is the response type received from the `Firestore.BatchWrite` operation, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Status`, a repeated field indicating the status of each write operation, and `WriteResults`, a repeated field providing the results of each individual write."],["Constructors are available to create new instances of `BatchWriteResponse`, either as a default object or as a copy from an existing `BatchWriteResponse` instance."],["The page also provides links to the documentation for many previous versions of the `BatchWriteResponse` class, starting with version 2.3.0 up to the latest 3.10.0 version."]]],[]]