public sealed class OpenSessionResponse : IMessage<OpenSessionResponse>, IEquatable<OpenSessionResponse>, IDeepCloneable<OpenSessionResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class OpenSessionResponse.
Internal usage only.
Implements
IMessageOpenSessionResponse, IEquatableOpenSessionResponse, IDeepCloneableOpenSessionResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |
|