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-03-21 UTC."],[[["The latest version of the `PartitionResponse` documentation is `5.0.0-beta05`, with multiple previous versions available for reference, including the current version being `3.5.0`."],["`PartitionResponse` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Protobuf namespace."],["The `PartitionResponse` class is designed to handle responses from `PartitionQuery` or `PartitionRead` operations in the `google.spanner.v1.Spanner` service."],["It includes properties `Partitions`, a `RepeatedField\u003cPartition\u003e`, and `Transaction`, representing partitions created by the request and the transaction created by the request, respectively."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]