Class: Google::Cloud::Bigtable::V2::StreamContinuationToken

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

Overview

NOTE: This API is intended to be used by Apache Beam BigtableIO. The information required to continue reading the data from a StreamPartition from where a previous read left off.

Instance Attribute Summary collapse

Instance Attribute Details

#partition::Google::Cloud::Bigtable::V2::StreamPartition

Returns The partition that this token applies to.

Returns:



632
633
634
635
# File 'proto_docs/google/bigtable/v2/data.rb', line 632

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

#token::String

Returns An encoded position in the stream to restart reading from.

Returns:

  • (::String)

    An encoded position in the stream to restart reading from.



632
633
634
635
# File 'proto_docs/google/bigtable/v2/data.rb', line 632

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