Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::StreamContinuationToken (v0.21.0)

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

#partition=

def partition=(value) -> ::Google::Cloud::Bigtable::V2::StreamPartition
Parameter
Returns

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