Solved
When is a stream entry timestamp created?
Does a stream entry timestamp represent the moment of AddStreamEntry service execution or the moment the stream entry is processed ?
Does a stream entry timestamp represent the moment of AddStreamEntry service execution or the moment the stream entry is processed ?
It’s based on stream entry is processed. Also, we can override also by passing the timestamp.
me.AddStreamEntry({
sourceType: undefined /* STRING */,
values: undefined /* INFOTABLE */,
location: undefined /* LOCATION */,
source: undefined /* STRING */,
tags: undefined /* TAGS */,
timestamp: new Date()/* DATETIME */
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.