public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class BatchWriteResponse.
[[["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-04-09 UTC."],[[["The latest version of the `BatchWriteResponse` class in the Google Cloud Spanner v1 API is 5.0.0-beta05."],["`BatchWriteResponse` is a class representing the result of applying a batch of mutations in Google Cloud Spanner, as per the reference documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various interactions and operations."],["Key properties of the `BatchWriteResponse` class include `CommitTimestamp`, `Indexes`, and `Status`, providing information on the transaction's commit time, mutation group indexes, and overall operation success."],["`BatchWriteResponse` has different versions going as far back as version 3.5.0 and its namespace is `Google.Cloud.Spanner.V1`."]]],[]]