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 and is used as the response for `PartitionQuery` or `PartitionRead` operations."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class."],["The `PartitionResponse` object contains two primary properties: `Partitions`, a `RepeatedField` of `Partition` objects representing partitions created by the request, and `Transaction`, a `Transaction` object also created by the request."],["There are multiple versions of this class documented, including the latest beta version `5.0.0-beta05` and going down to version `3.5.0`, however this specific documentation is for version `4.6.0`."],["`PartitionResponse` has two constructors, a default parameterless one, and another which takes in another `PartitionResponse` object as a parameter."]]],[]]