Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::StreamContinuationTokens.
NOTE: This API is intended to be used by Apache Beam BigtableIO.
The information required to continue reading the data from multiple
StreamPartitions
from where a previous read left off.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tokens
def tokens() -> ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
Returns
- (::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>) — List of continuation tokens.
#tokens=
def tokens=(value) -> ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>) — List of continuation tokens.
Returns
- (::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>) — List of continuation tokens.