Google Bigtable v2 API - Class ExecuteQueryResponse (3.14.0)

public sealed class ExecuteQueryResponse : IMessage<ExecuteQueryResponse>, IEquatable<ExecuteQueryResponse>, IDeepCloneable<ExecuteQueryResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ExecuteQueryResponse.

Response message for Bigtable.ExecuteQuery

Inheritance

object > ExecuteQueryResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

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