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."],[[["This page provides reference documentation for the `PartitionResponse` class within the Google Cloud Spanner v1 API for .NET, specifically version 4.4.0."],["The `PartitionResponse` class serves as the response type for `PartitionQuery` or `PartitionRead` operations within the Google Spanner API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PartitionResponse` contains properties for accessing the `Partitions` and `Transaction`, which represent partitions created by the request and the transaction created by this request respectively."],["The documentation also lists available versions of this class, ranging from the latest beta release 5.0.0-beta05, down to version 3.5.0."]]],[]]