public sealed class PrepareQueryResponse : IMessage<PrepareQueryResponse>, IEquatable<PrepareQueryResponse>, IDeepCloneable<PrepareQueryResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class PrepareQueryResponse.
Response message for Bigtable.PrepareQueryResponse
Implements
IMessagePrepareQueryResponse, IEquatablePrepareQueryResponse, IDeepCloneablePrepareQueryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
PrepareQueryResponse()
public PrepareQueryResponse()PrepareQueryResponse(PrepareQueryResponse)
public PrepareQueryResponse(PrepareQueryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PrepareQueryResponse |
Properties
Metadata
public ResultSetMetadata Metadata { get; set; }Structure of rows in the response stream of ExecuteQueryResponse for the
returned prepared_query.
| Property Value | |
|---|---|
| Type | Description |
ResultSetMetadata |
|
PreparedQuery
public ByteString PreparedQuery { get; set; }A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in ExecuteQueryRequest.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
ValidUntil
public Timestamp ValidUntil { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|