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 document provides reference information for the `PartitionResponse` class within the Google Cloud Spanner v1 API for .NET, specifically version 4.3.0."],["The `PartitionResponse` class serves as the response type for `PartitionQuery` or `PartitionRead` operations in the Google Spanner v1 API, detailing how data is partitioned."],["The class `PartitionResponse` implements several interfaces, including `IMessage`, `IEquatable\u003cPartitionResponse\u003e`, `IDeepCloneable\u003cPartitionResponse\u003e`, and `IBufferMessage`, providing robust functionality for data handling."],["`PartitionResponse` includes properties for `Partitions`, which contains the partitions created by the request, and `Transaction`, representing the transaction generated by the request."],["The document also contains a history of previous version numbers for `PartitionResponse`, ranging from 5.0.0-beta05 (latest) down to version 3.5.0."]]],[]]