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 documentation for the `StreamContinuationTokens` class within the Google Bigtable v2 API for .NET, specifically found within the `Google.Cloud.Bigtable.V2` namespace."],["The `StreamContinuationTokens` class is designed to be utilized by Apache Beam BigtableIO and contains data needed for continuing to read from multiple `StreamPartitions` from where a previous read was stopped."],["The API supports a history of versioned documentation, from version 2.2.0 up to the latest release, which is currently version 3.17.0."],["The `StreamContinuationTokens` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, also having inherited methods from the `object` class."],["The class has two constructors, a default one, and one that takes a parameter of the class itself, as well as having a `Tokens` property, which is a `RepeatedField` of `StreamContinuationToken`, and contains a list of continuation tokens."]]],[]]