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
Note that timestampAtTimeOfFirstFilter is calculated from max(timestamp) from the source table. filterStartTime is calculated from the current date of the system.
The text was updated successfully, but these errors were encountered:
Proposal
There are some use-cases where a data consumer only wishes to access a subset of the data for a very large dataset.
Example use-cases include:
The most common case is "after a specific date" URL.
Suggested principles
Example approaches
/getSessions?filter={startTime: "now"}
/getSessions?afterTimestamp=1453931101&afterId=c15814e5&filterSet={timestampAtTimeOfFirstFilter="1453931101", filterStartTime=1453931101}
Note that timestampAtTimeOfFirstFilter is calculated from max(timestamp) from the source table. filterStartTime is calculated from the current date of the system.
The text was updated successfully, but these errors were encountered: