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."],[[["This page provides reference documentation for the `StreamContinuationTokens` class within the Google Bigtable v2 API for .NET, and outlines different versions of it."],["The `StreamContinuationTokens` class is intended for use with Apache Beam BigtableIO, containing information necessary to continue reading data from multiple `StreamPartitions` where a previous read ended."],["The class `StreamContinuationTokens` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has a `Tokens` property, which is a list of `StreamContinuationToken` objects that stores continuation token data."],["The latest version of the documentation available is 3.17.0, and older versions are available all the way down to 2.2.0."]]],[]]