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-06-12 UTC."],[[["This document provides reference documentation for the `BatchWriteResponse` class within the Google Cloud Firestore v1 API for .NET."],["`BatchWriteResponse` is the response type returned by the `Firestore.BatchWrite` method, and is found in the `Google.Cloud.Firestore.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various data handling scenarios."],["`BatchWriteResponse` contains properties like `Status` and `WriteResults`, which provide detailed information about the success and outcome of each write operation in a batch."],["This documentation includes a listing of available versions of the library, ranging from the latest 3.10.0 down to 2.3.0, with the currently presented version being 3.9.0."]]],[]]