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-04-17 UTC."],[[["This webpage provides documentation for the `PrepareQueryResponse` class within the Google Bigtable v2 API for .NET, with the latest version being 3.17.0."],["`PrepareQueryResponse` is a response message used in the Bigtable API to handle the outcome of a prepare query operation, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `PrepareQueryResponse` class contains three key properties: `Metadata`, `PreparedQuery`, and `ValidUntil`, which store row structure information, a serialized query, and the expiration time of the prepared query, respectively."],["The documentation includes links to various versions of the `PrepareQueryResponse` class, ranging from version 2.2.0 up to the latest version, 3.17.0, allowing developers to access different release details."],["The class supports the construction of objects either with default constructor or another `PrepareQueryResponse` instance."]]],[]]