Google Bigtable v2 API - Class StreamContinuationToken (3.4.0)

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.

Inheritance

object > StreamContinuationToken

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

StreamContinuationToken()

public StreamContinuationToken()

StreamContinuationToken(StreamContinuationToken)

public StreamContinuationToken(StreamContinuationToken other)
Parameter
NameDescription
otherStreamContinuationToken

Properties

Partition

public StreamPartition Partition { get; set; }

The partition that this token applies to.

Property Value
TypeDescription
StreamPartition

Token

public string Token { get; set; }

An encoded position in the stream to restart reading from.

Property Value
TypeDescription
string