public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessage
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."],[[["The latest version available for `BatchWriteResponse` is 3.10.0, with several prior versions also accessible, including the current version 2.3.0."],["`BatchWriteResponse` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchWriteResponse` class is part of the `Google.Cloud.Firestore.V1` namespace, within the `Google.Cloud.Firestore.V1.dll` assembly."],["`BatchWriteResponse` has two constructors: a parameterless constructor and one that takes another `BatchWriteResponse` object."],["`BatchWriteResponse` contains two properties to analyze the result of the write: the `Status`, which shows the status of the writes, and the `WriteResults`, which contains the result of the write operations."]]],[]]