Skip to main content

Interface: ISummary

usage.v1.ISummary

Properties of a Summary.

Hierarchy

Properties

endTime

Optional endTime: null | $Properties

End of UTC day for now (exclusive)

Inherited from

$Properties.endTime


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)

Inherited from

$Properties.incomplete


recordGroups

Optional recordGroups: null | $Properties[]

Records grouped by namespace

Inherited from

$Properties.recordGroups


startTime

Optional startTime: null | $Properties

Start of UTC day for now (inclusive)

Inherited from

$Properties.startTime