public sealed class ReadRowsResponse : IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessageResponse message for Bigtable.ReadRows.
Implements
IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ReadRowsResponse()
public ReadRowsResponse()ReadRowsResponse(ReadRowsResponse)
public ReadRowsResponse(ReadRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReadRowsResponse |
Properties
Chunks
public RepeatedField<ReadRowsResponse.Types.CellChunk> Chunks { get; }A collection of a row's contents as part of the read request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ReadRowsResponse.Types.CellChunk> |
|
LastScannedRowKey
public ByteString LastScannedRowKey { get; set; }Optionally the server might return the row key of the last row it has scanned. The client can use this to construct a more efficient retry request if needed: any row keys or portions of ranges less than this row key can be dropped from the request. This is primarily useful for cases where the server has read a lot of data that was filtered out since the last committed row key, allowing the client to skip that work on a retry.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|