public class ChangeStreamResultSetMetadata
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfRecordsRead()
Returns the total number of records read from the change stream so far.
|
com.google.cloud.Timestamp |
getQueryStartedAt()
Returns the timestamp at which the change stream query for a
ChangeStreamResultSet
first started. |
com.google.cloud.Timestamp |
getRecordReadAt()
Returns the timestamp at which a record was read from the
ChangeStreamResultSet . |
com.google.cloud.Timestamp |
getRecordStreamEndedAt()
Returns the timestamp at which a record finished to be streamed.
|
com.google.cloud.Timestamp |
getRecordStreamStartedAt()
Returns the timestamp at which a record first started to be streamed.
|
Duration |
getTotalStreamDuration()
Returns the total stream duration of change stream records so far.
|
public com.google.cloud.Timestamp getQueryStartedAt()
ChangeStreamResultSet
first started.public com.google.cloud.Timestamp getRecordStreamStartedAt()
public com.google.cloud.Timestamp getRecordStreamEndedAt()
public com.google.cloud.Timestamp getRecordReadAt()
ChangeStreamResultSet
.public Duration getTotalStreamDuration()
public long getNumberOfRecordsRead()