Cloud Bigtable V2 Client - Class ReadIterationStats (2.4.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ReadIterationStats.

ReadIterationStats captures information about the iteration of rows or cells over the course of a read, e.g. how many results were scanned in a read operation versus the results returned.

Generated from protobuf message google.bigtable.v2.ReadIterationStats

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ rows_seen_countint|string

The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.

↳ rows_returned_countint|string

The rows returned as part of the request.

↳ cells_seen_countint|string

The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

↳ cells_returned_countint|string

The cells returned as part of the request.

getRowsSeenCount

The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.

Returns
TypeDescription
int|string

setRowsSeenCount

The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getRowsReturnedCount

The rows returned as part of the request.

Returns
TypeDescription
int|string

setRowsReturnedCount

The rows returned as part of the request.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getCellsSeenCount

The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

Returns
TypeDescription
int|string

setCellsSeenCount

The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getCellsReturnedCount

The cells returned as part of the request.

Returns
TypeDescription
int|string

setCellsReturnedCount

The cells returned as part of the request.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this