public sealed class PrepareQueryResponse : IMessage<PrepareQueryResponse>, IEquatable<PrepareQueryResponse>, IDeepCloneable<PrepareQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class PrepareQueryResponse.
Response message for Bigtable.PrepareQueryResponse
The time at which the prepared query token becomes invalid.
A token may become invalid early due to changes in the data being read, but
it provides a guideline to refresh query plans asynchronously.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `PrepareQueryResponse` class within the Google Bigtable v2 API, specifically for .NET development, including its constructors, properties, and implemented interfaces."],["The `PrepareQueryResponse` class serves as the response message for Bigtable's `PrepareQueryResponse` and is part of the `Google.Cloud.Bigtable.V2` namespace."],["The latest version of the `PrepareQueryResponse` is 3.17.0, with links provided for version 3.0.0 to 3.17.0, in addition to versions 2.2.0 to 2.6.0."],["The `PrepareQueryResponse` class contains properties such as `Metadata` (of type `ResultSetMetadata`), `PreparedQuery` (of type `ByteString`), and `ValidUntil` (of type `Timestamp`), representing data about the response from the API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]