Google Bigtable v2 API - Class ReadChangeStreamResponse.Types.Heartbeat (3.11.0)

public sealed class ReadChangeStreamResponse.Types.Heartbeat : IMessage<ReadChangeStreamResponse.Types.Heartbeat>, IEquatable<ReadChangeStreamResponse.Types.Heartbeat>, IDeepCloneable<ReadChangeStreamResponse.Types.Heartbeat>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ReadChangeStreamResponse.Types.Heartbeat.

A periodic message with information that can be used to checkpoint the state of a stream.

Inheritance

object > ReadChangeStreamResponse.Types.Heartbeat

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Heartbeat()

public Heartbeat()

Heartbeat(Heartbeat)

public Heartbeat(ReadChangeStreamResponse.Types.Heartbeat other)
Parameter
NameDescription
otherReadChangeStreamResponseTypesHeartbeat

Properties

ContinuationToken

public StreamContinuationToken ContinuationToken { get; set; }

A token that can be provided to a subsequent ReadChangeStream call to pick up reading at the current stream position.

Property Value
TypeDescription
StreamContinuationToken

EstimatedLowWatermark

public Timestamp EstimatedLowWatermark { get; set; }

An estimate of the commit timestamp that is usually lower than or equal to any timestamp for a record that will be delivered in the future on the stream. It is possible that, under particular circumstances that a future record has a timestamp is is lower than a previously seen timestamp. For an example usage see https://beam.apache.org/documentation/basics/#watermarks

Property Value
TypeDescription
Timestamp