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



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



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



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



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