Google Bigtable v2 API - Class SessionReadRowResponse (3.27.0)

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

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

Internal usage only.

Inheritance

object > SessionReadRowResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

SessionReadRowResponse()

public SessionReadRowResponse()

SessionReadRowResponse(SessionReadRowResponse)

public SessionReadRowResponse(SessionReadRowResponse other)
Parameter
Name Description
other SessionReadRowResponse

Properties

Row

public Row Row { get; set; }
Property Value
Type Description
Row

Stats

public RequestStats Stats { get; set; }
Property Value
Type Description
RequestStats