Depth scheduled event data.

Remarks

Depth scheduled apps are run when there is a distance worth of new data. The distance is specified by user(e.g., 5 ft., 10 ft., etc.). The event contains depth range(top and bottom depths) 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.

bottom_depth: number

end depth in ft., covered by this event.Use inclusively.

company_id: number

company id.

interval: number

distance between two schedule triggers.

log_identifier: string

app stream log identifier.Used to scope data by stream, asset might be connected to multiple depth based logs.

rerun?: Rerun

rerun metadata.

top_depth: number

start depth in ft., covered by this event.Use exclusively.