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 webpage provides reference documentation for the `BatchWriteResponse` class within the Google Cloud Firestore v1 API, specifically for .NET development, including code samples and detailed information."],["The `BatchWriteResponse` class represents the response received from a `Firestore.BatchWrite` operation, offering details on the status and results of applying writes."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration with other parts of the Google Cloud .NET ecosystem."],["Key properties of the `BatchWriteResponse` class are `Status`, which contains the status of applying the writes, and `WriteResults`, containing the result of each write operation."],["The page lists available versions of `BatchWriteResponse` class from 2.3.0 up to the latest 3.10.0 version."]]],[]]