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 page details the `PartitionResponse` class within the `Google.Cloud.Spanner.V1` namespace, specifically for version 3.8.0 and provides links to older and newer versions."],["`PartitionResponse` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing partitioned query or read results."],["The `PartitionResponse` class can be instantiated using a default constructor or by providing another `PartitionResponse` instance, offering flexibility in creating new instances."],["The class includes two primary properties: `Partitions`, which is a `RepeatedField` containing the created partitions, and `Transaction`, which holds the transaction created by the request."],["Inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are available for use within `PartitionResponse` instances."]]],[]]