public static interface TimeSeries.EventMetadata
Modifier and Type | Method and Description |
---|---|
String |
author()
Server-authenticated identity of the session that created the event.
|
long |
sequence()
Sequence number identifying this event within its time series.
|
long |
timestamp()
Event timestamp.
|
long sequence()
Sequence numbers are unique within a time series. Each event appended to a time series is assigned a sequence number that is is equal to the sequence number of the preceding event plus one.
long timestamp()
Events do not have unique timestamps. Events with different sequence numbers may have the same timestamp.
Subsequent events in a time series usually have timestamps that are greater or equal to the timestamps of earlier events, but this is not guaranteed due to changes to the time source used by the server.
String author()
Session.ANONYMOUS
if the session that created the
event was not authenticatedCopyright © 2024 DiffusionData Ltd. All Rights Reserved.