Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ReadIterationStats (v0.21.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cells_returned_count

def cells_returned_count() -> ::Integer
Returns
  • (::Integer) — The cells returned as part of the request.

#cells_returned_count=

def cells_returned_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The cells returned as part of the request.
Returns
  • (::Integer) — The cells returned as part of the request.

#cells_seen_count

def cells_seen_count() -> ::Integer
Returns
  • (::Integer) — The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

#cells_seen_count=

def cells_seen_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.
Returns
  • (::Integer) — The cells seen (scanned) as part of the request. This includes the count of cells returned, as captured below.

#rows_returned_count

def rows_returned_count() -> ::Integer
Returns
  • (::Integer) — The rows returned as part of the request.

#rows_returned_count=

def rows_returned_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The rows returned as part of the request.
Returns
  • (::Integer) — The rows returned as part of the request.

#rows_seen_count

def rows_seen_count() -> ::Integer
Returns
  • (::Integer) — The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.

#rows_seen_count=

def rows_seen_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.
Returns
  • (::Integer) — The rows seen (scanned) as part of the request. This includes the count of rows returned, as captured below.