public sealed class ExecuteQueryResponse : IMessage<ExecuteQueryResponse>, IEquatable<ExecuteQueryResponse>, IDeepCloneable<ExecuteQueryResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class ExecuteQueryResponse.
Response message for Bigtable.ExecuteQuery
Implements
IMessageExecuteQueryResponse, IEquatableExecuteQueryResponse, IDeepCloneableExecuteQueryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ExecuteQueryResponse()
public ExecuteQueryResponse()ExecuteQueryResponse(ExecuteQueryResponse)
public ExecuteQueryResponse(ExecuteQueryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteQueryResponse |
Properties
Metadata
public ResultSetMetadata Metadata { get; set; }Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.
| Property Value | |
|---|---|
| Type | Description |
ResultSetMetadata |
|
ResponseCase
public ExecuteQueryResponse.ResponseOneofCase ResponseCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExecuteQueryResponseResponseOneofCase |
|
Results
public PartialResultSet Results { get; set; }A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
| Property Value | |
|---|---|
| Type | Description |
PartialResultSet |
|