public sealed class PartitionResponse : IMessage<PartitionResponse>, IEquatable<PartitionResponse>, IDeepCloneable<PartitionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class PartitionResponse.
The response for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery]
or [PartitionRead][google.spanner.v1.Spanner.PartitionRead]
[[["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 `PartitionResponse` class within the Google Cloud Spanner v1 API, specifically for version 4.2.0, and other available versions."],["`PartitionResponse` is the response type for `PartitionQuery` or `PartitionRead` operations in the Google Cloud Spanner v1 API, and it can be implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `PartitionResponse` class contains properties such as `Partitions`, representing partitions created by the request, and `Transaction`, representing the transaction associated with the request."],["The `PartitionResponse` class includes constructors, `PartitionResponse()`, and `PartitionResponse(PartitionResponse other)` that support default instantiation, and instantiation with a pre-existing `PartitionResponse` object, respectively."],["The documentation covers a range of versions from 3.5.0 up to the latest beta version, 5.0.0-beta05, allowing users to choose the documentation that corresponds to their used version."]]],[]]