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."],["The `PartitionResponse` class is used as the response type for `PartitionQuery` or `PartitionRead` operations in the Spanner API."],["The `PartitionResponse` class is implemented as a sealed class and includes properties for accessing a collection of partitions (`Partitions`) and transaction details (`Transaction`)."],["There is an extensive list of available versions for this class, starting from version `3.5.0` up to `5.0.0-beta05` (the latest)."],["The class inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]