Cloud Bigtable V2 Client - Class ReadIteratorStats (1.24.1)

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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
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.

Returns
Type
Description
int|string

setRowsSeenCount

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

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getRowsReturnedCount

The rows returned as part of the request.

Returns
Type
Description
int|string

setRowsReturnedCount

The rows returned as part of the request.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getCellsSeenCount

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

Returns
Type
Description
int|string

setCellsSeenCount

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

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getCellsReturnedCount

The cells returned as part of the request.

Returns
Type
Description
int|string

setCellsReturnedCount

The cells returned as part of the request.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this

getDeletesSeenCount

The deletes seen as part of the request.

Returns
Type
Description
int|string

setDeletesSeenCount

The deletes seen as part of the request.

Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: