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."],[[["The `PartitionResponse` class represents the response for `PartitionQuery` or `PartitionRead` operations within the `Google.Cloud.Spanner.V1` namespace."],["This class is part of the `Google.Cloud.Spanner.V1.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PartitionResponse` class offers two constructors, a default constructor and one that takes another `PartitionResponse` object as a parameter."],["It contains two primary properties: `Partitions`, which holds a list of partitions created by the request, and `Transaction`, representing the transaction associated with the request."],["The webpage includes a list of Google Cloud Spanner V1 versions ranging from 3.5.0 to 5.0.0-beta05, with the latter being the most recent version available."]]],[]]