Cloud Bigtable V2 Client - Class ReadIterationStats (1.23.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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ rows_seen_count int|string

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

↳ rows_returned_count int|string

The rows returned as part of the request.

↳ cells_seen_count int|string

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

↳ cells_returned_count int|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
var int|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
var int|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
var int|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
var int|string
Returns
TypeDescription
$this