Class ScheduledDataTimeEvent

Data time scheduled event data.

Remarks

Data time scheduled apps are run when there is a time span worth of new data. The time span is specified by user (e.g., 1 minute, 5 minutes, etc.). The event contains time range (start and end times) that there is a new data for. The app may then fetch and use that data.

Hierarchy

Implements

Constructors

Properties

asset_id: number

asset id.

company_id: number

company id.

end_time: number

right bound of the time range, covered by this event. Use inclusively.

rerun?: Rerun

rerun metadata.

start_time: number

left bound of the time range, covered by this event. Use inclusively.