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
* @property {Number} groupingTimestampBound - boundary value of groupingTimestamp field of the last event in the portion
43
-
* @property {Number} sortValueBound - boundary value of the field by which events are sorted (count/affectedUsers/lastRepetitionTime) of the last event in the portion
44
-
* @property {String} idBound - boundary value of _id field of the last event in the portion
42
+
* @property {Number} groupingTimestampBoundary - boundary value of groupingTimestamp field of the last event in the portion
43
+
* @property {Number} sortValueBoundary - boundary value of the field by which events are sorted (count/affectedUsers/lastRepetitionTime) of the last event in the portion
44
+
* @property {String} idBoundary - boundary value of _id field of the last event in the portion
45
45
*/
46
46
47
47
/**
@@ -236,16 +236,16 @@ class EventsFactory extends Factory {
236
236
* If groupingTimestamp is less than the cursors one
0 commit comments