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 documentation for the `BatchWriteResponse` class within the Google Cloud Firestore v1 API for .NET, specifically version 3.4.0."],["`BatchWriteResponse` is the response type returned by the `Firestore.BatchWrite` method, indicating the result of a batch write operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two properties: `Status`, which provides the status of each write, and `WriteResults`, which contains the results of each write operation in the request."],["The document lists various available versions of this class, ranging from version 2.3.0 to 3.10.0, the latest version, along with the url to access them."]]],[]]