Google Bigtable v2 API - Class ReadRowsRequest (3.4.0)

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

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

Request message for Bigtable.ReadRows.

Inheritance

object > ReadRowsRequest

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ReadRowsRequest()

public ReadRowsRequest()

ReadRowsRequest(ReadRowsRequest)

public ReadRowsRequest(ReadRowsRequest other)
Parameter
NameDescription
otherReadRowsRequest

Properties

AppProfileId

public string AppProfileId { get; set; }

This value specifies routing for replication. This API only accepts the empty value of app_profile_id.

Property Value
TypeDescription
string

Filter

public RowFilter Filter { get; set; }

The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.

Property Value
TypeDescription
RowFilter

RequestStatsView

public ReadRowsRequest.Types.RequestStatsView RequestStatsView { get; set; }

The view into RequestStats, as described above.

Property Value
TypeDescription
ReadRowsRequestTypesRequestStatsView

Rows

public RowSet Rows { get; set; }

The row keys and/or ranges to read sequentially. If not specified, reads from all rows.

Property Value
TypeDescription
RowSet

RowsLimit

public long RowsLimit { get; set; }

The read will stop after committing to N rows' worth of results. The default (zero) is to return all results.

Property Value
TypeDescription
long

TableName

public string TableName { get; set; }

Required. The unique name of the table from which to read. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Property Value
TypeDescription
string

TableNameAsTableName

public TableName TableNameAsTableName { get; set; }

TableName-typed view over the TableName resource name property.

Property Value
TypeDescription
TableName