Class: Google::Cloud::Bigtable::V2::ReadIterationStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/request_stats.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#cells_returned_count::Integer

Returns The cells returned as part of the request.

Returns:

  • (::Integer)

    The cells returned as part of the request.



41
42
43
44
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 41

class ReadIterationStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cells_seen_count::Integer

Returns 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.



41
42
43
44
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 41

class ReadIterationStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rows_returned_count::Integer

Returns The rows returned as part of the request.

Returns:

  • (::Integer)

    The rows returned as part of the request.



41
42
43
44
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 41

class ReadIterationStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rows_seen_count::Integer

Returns 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.



41
42
43
44
# File 'proto_docs/google/bigtable/v2/request_stats.rb', line 41

class ReadIterationStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end