You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MinSendTimeint32`json:"minSendTime"`// [ms]Minimum time between two events. To avoid events flushing. Highly recommended. If zero, events will be sent on the fly (NOT recommended). Min value: 1 mn (60 000)
223
+
// MinSendTime : 5 mn. You have event with minimum 5 mn between events.
224
+
// If you do not have an event for the last 10 mn, then if an event occur it will be send immediately
225
+
// AlignSendTime. Same. But two differences.
226
+
// First event will be send on align time. That is 10h 10h5, 10h10 etc ...
227
+
// If you do not have an event for the last 10 mn, then if an event occur it will be send on the next rounded 5mn hour
228
+
MinSendTimeint32`json:"minSendTime"`// [ms]Minimum time between two events. To avoid events flushing. Highly recommended. If zero, events will be sent on the fly (NOT recommended). Min value: 1 mn (60 000). Set either this or AlignSendTime
229
+
AlignSendTimeint32`json:"alignSendTime"`// [ms]Align time between two events. Min value: 1 mn. Set either this or MinSendTime
224
230
MaxSendTimeint32`json:"maxSendTime"`// [ms]Maximum time between two events. Can be used to ensure the client application that the connection is alive. If nothing must be sent, the edge will send an empty event. Min value: 1 mn
225
-
AlignSendTimeint32`json:"alignSendTime"`// [ms]Align time between two events. Min value: 1 mn
226
231
Timestamp*string`json:"timestamp,omitempty"`// UTC date. To receive only datapoints or properties that change since the timestamp.
227
232
WebHookURL*string`json:"webhookURL,omitempty"`// URL of the webhook.
228
233
WebHookRetriesint32`json:"webhookRetryCount"`// Interval of retries (in seconds) when an error occurs while sending an event.
0 commit comments