Interface: ISummary
Properties of a Summary.
Implemented by
Properties
endTime
• Optional
endTime: null
| ITimestamp
End of UTC day for now (exclusive)
incomplete
• Optional
incomplete: null
| boolean
True if data for given time window is not fully available yet (e.g. delays) When true, records for the given time range could still be added/updated in the future (until false)
recordGroups
• Optional
recordGroups: null
| IRecordGroup
[]
Records grouped by namespace
startTime
• Optional
startTime: null
| ITimestamp
Start of UTC day for now (inclusive)