Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 674 Bytes

Realtime.md

File metadata and controls

12 lines (8 loc) · 674 Bytes

Fastly.Realtime

Properties

Name Type Description Notes
timestamp Number Value to use for subsequent requests. [optional]
aggregate_delay Number How long the system will wait before aggregating messages for each second. The most recent data returned will have happened at the moment of the request, minus the aggregation delay. [optional]
data [RealtimeEntry] A list of records, each representing one second of time. [optional]

[Back to API list] [Back to README]