Interface ChangeStreamRecord.HeartbeatRecordOrBuilder (6.96.1)

public static interface ChangeStreamRecord.HeartbeatRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimestamp()

public abstract Timestamp getTimestamp()

Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.

.google.protobuf.Timestamp timestamp = 1;

Returns
Type Description
Timestamp

The timestamp.

getTimestampOrBuilder()

public abstract TimestampOrBuilder getTimestampOrBuilder()

Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.

.google.protobuf.Timestamp timestamp = 1;

Returns
Type Description
TimestampOrBuilder

hasTimestamp()

public abstract boolean hasTimestamp()

Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.

.google.protobuf.Timestamp timestamp = 1;

Returns
Type Description
boolean

Whether the timestamp field is set.