Google Bigtable v2 API - Class OpenSessionResponse (3.27.0)

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

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

Internal usage only.

Inheritance

object > OpenSessionResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

OpenSessionResponse()

public OpenSessionResponse()

OpenSessionResponse(OpenSessionResponse)

public OpenSessionResponse(OpenSessionResponse other)
Parameter
Name Description
other OpenSessionResponse

Properties

Backend

public BackendIdentifier Backend { get; set; }

Information on the backend(s) that are hosting this session.

Property Value
Type Description
BackendIdentifier

Payload

public ByteString Payload { get; set; }

Can be Open{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)

Property Value
Type Description
ByteString