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."],[[["This document provides reference documentation for the `StreamContinuationToken` class within the Google Bigtable v2 API for .NET, starting with version 2.2.0 and going up to the latest version 3.17.0."],["The `StreamContinuationToken` class is designed for use with Apache Beam BigtableIO to facilitate resuming data reads from a specific point within a `StreamPartition`."],["The `StreamContinuationToken` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, a default constructor, and a copy constructor for creating a new `StreamContinuationToken` from an existing one, and it also includes two main properties: `Partition` and `Token`."],["The `Partition` property in the `StreamContinuationToken` object specifies the `StreamPartition` to which the token corresponds, while the `Token` property itself stores an encoded string that represents the precise location within the stream for resuming reads."]]],[]]