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, specifically for version 3.9.0, which is used for responses to `PartitionQuery` or `PartitionRead` requests."],["The `PartitionResponse` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Available versions of `Google.Cloud.Spanner.V1` range from the latest beta version `5.0.0-beta05` down to version `3.5.0`, including several beta and stable releases."],["The class provides access to properties such as `Partitions`, a `RepeatedField` collection of `Partition` objects, and `Transaction`, representing the transaction created by the request."],["The class has two constructors: one is a parameterless constructor and the other one takes in another PartitionResponse as a parameter."]]],[]]