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, providing documentation for its different versions."],["The latest version is `5.0.0-beta05`, with a range of previous versions listed, from `5.0.0-beta04` down to `3.5.0`."],["The `PartitionResponse` class is used in response to `PartitionQuery` or `PartitionRead` requests in the Google Spanner V1 service."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PartitionResponse` class contains properties such as `Partitions`, representing the created partitions, and `Transaction`, representing the transaction created by the request."]]],[]]