public sealed class PartitionResponse : IMessage<PartitionResponse>, IEquatable<PartitionResponse>, IDeepCloneable<PartitionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class PartitionResponse.
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 is part of the Google Cloud Spanner v1 API, specifically within the `Google.Cloud.Spanner.V1` namespace."],["This class serves as the response for `PartitionQuery` or `PartitionRead` operations in the Spanner API, as denoted by the listed documentation, which includes different versions from 3.5.0 up to 5.0.0-beta05."],["The class `PartitionResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all from the Google Protobuf libraries."],["`PartitionResponse` includes properties such as `Partitions` which contains a collection of partition objects, and `Transaction`, which specifies transaction details related to the partition request."],["There are two constructors for creating a `PartitionResponse` object, one default constructor, and one that take another `PartitionResponse` as a parameter for initialization."]]],[]]