Reference documentation and code samples for the Cloud Bigtable V2 Client class ReadIteratorStats.
ReadIteratorStats 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.ReadIteratorStats
Methods
__construct
Constructor.
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.
↳ deletes_seen_count
int|string
The deletes seen 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.
int|string
setRowsSeenCount
The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.
var
int|string
$this
getRowsReturnedCount
The rows returned as part of the request.
int|string
setRowsReturnedCount
The rows returned as part of the request.
var
int|string
$this
getCellsSeenCount
The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.
int|string
setCellsSeenCount
The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.
var
int|string
$this
getCellsReturnedCount
The cells returned as part of the request.
int|string
setCellsReturnedCount
The cells returned as part of the request.
var
int|string
$this
getDeletesSeenCount
The deletes seen as part of the request.
int|string
setDeletesSeenCount
The deletes seen as part of the request.
var
int|string
$this