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."],[[["The `BatchWriteResponse` class is part of the Google Cloud Firestore v1 API for .NET, specifically within the `Google.Cloud.Firestore.V1` namespace."],["This class represents the response received from a `Firestore.BatchWrite` operation, used for multiple write operations in Firestore."],["`BatchWriteResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for `Status` and `WriteResults`, which provide details on the outcome of the batch write operation, where the i-th write status/result corresponds to the i-th write request."],["The documentation offers a range of version history for the `BatchWriteResponse`, spanning from version 2.3.0 to the latest version 3.10.0."]]],[]]