Google Bigtable v2 API - Class StreamContinuationTokens (3.6.0)

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.

Inheritance

object > StreamContinuationTokens

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

StreamContinuationTokens()

public StreamContinuationTokens()

StreamContinuationTokens(StreamContinuationTokens)

public StreamContinuationTokens(StreamContinuationTokens other)
Parameter
NameDescription
otherStreamContinuationTokens

Properties

Tokens

public RepeatedField<StreamContinuationToken> Tokens { get; }

List of continuation tokens.

Property Value
TypeDescription
RepeatedFieldStreamContinuationToken