public sealed class StreamContinuationTokens : IMessage<StreamContinuationTokens>, IEquatable<StreamContinuationTokens>, IDeepCloneable<StreamContinuationTokens>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `StreamContinuationTokens` within the Google Bigtable v2 API is 3.17.0."],["`StreamContinuationTokens` is a class used in the Google Bigtable v2 API, designed for use with Apache Beam BigtableIO, to manage the continuation of data reading from multiple `StreamPartitions`."],["The class `StreamContinuationTokens` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is found in the namespace `Google.Cloud.Bigtable.V2`, within the `Google.Cloud.Bigtable.V2.dll` assembly."],["The class contains a property called `Tokens` which is a list of continuation tokens of type `RepeatedField\u003cStreamContinuationToken\u003e` which is meant to manage continuation tokens."]]],[]]