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-17 UTC."],[[["The `BatchWriteResponse` class in the Google Cloud Spanner v1 API represents the result of applying a batch of mutations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchWriteResponse` class contains a commit timestamp, which is present if the batch operation is successful, and the mutation groups applied in the batch, referenced by an index."],["The page provides documentation for various versions of the `BatchWriteResponse` class, with the latest version being 5.0.0-beta05 and a history of prior versions going back to 3.5.0."],["The status property of BatchWriteResponse indicates if the operation was successful or a failure, with an `OK` status indicating success."]]],[]]