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.
Implements
IMessageReadChangeStreamResponseTypesHeartbeat, IEquatableReadChangeStreamResponseTypesHeartbeat, IDeepCloneableReadChangeStreamResponseTypesHeartbeat, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Heartbeat()
public Heartbeat()
Heartbeat(Heartbeat)
public Heartbeat(ReadChangeStreamResponse.Types.Heartbeat other)
Parameter | |
---|---|
Name | Description |
other |
ReadChangeStreamResponseTypesHeartbeat |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |