Class: Google::Cloud::Bigtable::V2::StreamContinuationToken
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::StreamContinuationToken
- 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
-
#partition ⇒ ::Google::Cloud::Bigtable::V2::StreamPartition
The partition that this token applies to.
-
#token ⇒ ::String
An encoded position in the stream to restart reading from.
Instance Attribute Details
#partition ⇒ ::Google::Cloud::Bigtable::V2::StreamPartition
Returns The partition that this token applies to.
708 709 710 711 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 708 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.
708 709 710 711 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 708 class StreamContinuationToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |