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.
Implements
IMessageStreamContinuationToken, IEquatableStreamContinuationToken, IDeepCloneableStreamContinuationToken, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
StreamContinuationToken()
public StreamContinuationToken()
StreamContinuationToken(StreamContinuationToken)
public StreamContinuationToken(StreamContinuationToken other)
Parameter | |
---|---|
Name | Description |
other |
StreamContinuationToken |
Properties
Partition
public StreamPartition Partition { get; set; }
The partition that this token applies to.
Property Value | |
---|---|
Type | Description |
StreamPartition |
Token
public string Token { get; set; }
An encoded position in the stream to restart reading from.
Property Value | |
---|---|
Type | Description |
string |