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.
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eReadChangeStreamResponse.Types.Heartbeat\u003c/code\u003e class within the Google Bigtable v2 API for .NET, detailing its purpose, inheritance, and implemented interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadChangeStreamResponse.Types.Heartbeat\u003c/code\u003e class is a periodic message used to checkpoint the state of a data stream, allowing for recovery and continuation in case of interruptions.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists various versions of the API, from version 2.2.0 up to the latest version 3.17.0, all regarding the \u003ccode\u003eHeartbeat\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eContinuationToken\u003c/code\u003e, which enables picking up reading at the current stream position, and \u003ccode\u003eEstimatedLowWatermark\u003c/code\u003e, which offers an estimate of the commit timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which give the class certain methods and functionality.\u003c/p\u003e\n"]]],[],null,[]]