public sealed class StreamContinuationToken : IMessage<StreamContinuationToken>, IEquatable<StreamContinuationToken>, IDeepCloneable<StreamContinuationToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class 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.
[[["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 the `StreamContinuationToken` class is 3.17.0, with version 3.16.0 also being presented."],["The `StreamContinuationToken` class is part of the Google Bigtable v2 API and is primarily designed for use with Apache Beam BigtableIO to manage data reading continuation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamContinuationToken` class contains properties for managing the `Partition` and `Token`, which is an encoded position in the stream to restart reading from."],["The `StreamContinuationToken` class is located within the `Google.Cloud.Bigtable.V2` namespace, and its source code is found in the `Google.Cloud.Bigtable.V2.dll` assembly."]]],[]]