public sealed class PartitionResponse : IMessage<PartitionResponse>, IEquatable<PartitionResponse>, IDeepCloneable<PartitionResponse>, IBufferMessage, IMessage
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-04-17 UTC."],[[["This webpage details the `PartitionResponse` class within the `Google.Cloud.Spanner.V1` namespace, covering versions from 3.5.0 up to the latest beta, 5.0.0-beta05."],["The `PartitionResponse` class, which inherits from `Object` and implements multiple interfaces, handles responses for `PartitionQuery` or `PartitionRead` operations."],["The `PartitionResponse` class contains properties for `Partitions`, which represents a collection of `Partition` objects created by a request, and `Transaction`, which represents the transaction created by the request."],["The `PartitionResponse` class has two constructors: a default one, `PartitionResponse()` and a second `PartitionResponse(PartitionResponse other)`, which takes in another PartitionResponse object."],["The page also lists inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]