Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::StreamContinuationToken.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#partition
def partition() -> ::Google::Cloud::Bigtable::V2::StreamPartition
Returns
- (::Google::Cloud::Bigtable::V2::StreamPartition) — The partition that this token applies to.
#partition=
def partition=(value) -> ::Google::Cloud::Bigtable::V2::StreamPartition
Parameter
- value (::Google::Cloud::Bigtable::V2::StreamPartition) — The partition that this token applies to.
Returns
- (::Google::Cloud::Bigtable::V2::StreamPartition) — The partition that this token applies to.
#token
def token() -> ::String
Returns
- (::String) — An encoded position in the stream to restart reading from.
#token=
def token=(value) -> ::String
Parameter
- value (::String) — An encoded position in the stream to restart reading from.
Returns
- (::String) — An encoded position in the stream to restart reading from.