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-09 UTC."],[[["This document provides reference information for the `PartitionResponse` class within the Google Cloud Spanner v1 API, specifically for .NET development."],["The `PartitionResponse` class is used as a response type for `PartitionQuery` or `PartitionRead` operations in the Google Cloud Spanner API."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, cloning, and buffer operations."],["It contains properties like `Partitions`, which is a `RepeatedField` containing the partitions created by the request, and `Transaction`, representing the transaction created, and also includes a `PartitionResponse` constructor."],["The latest version available is `5.0.0-beta05`, with previous versions listed dating back to `3.5.0` in the reference documentation."]]],[]]