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, part of the .NET library for interacting with Google Cloud Spanner."],["The `PartitionResponse` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like deep cloning and buffer message handling."],["This class serves as the response for `PartitionQuery` or `PartitionRead` operations, and can be constructed using a default constructor or a constructor that takes another `PartitionResponse` object."],["The class contains a `Partitions` property that provides a collection of `Partition` elements and a `Transaction` property that is of the `Transaction` object type, these are created by the Partition request."],["The page also displays a historical list of versioned documentation for the class ranging from `5.0.0-beta05` down to version `3.5.0`, where the latest documentation can be found on top."]]],[]]