Hierarchy

  • DataSourceStatus

Properties

The last error encountered. May be absent after application restart.

An enumerated value representing the overall current state of the data source.

stateSince: number

The UNIX epoch timestamp in milliseconds that the value of State most recently changed.

The meaning of this depends on the current state: For DataSourceState.Initializing, it is the time that the datasource started attempting to retrieve data.

For DataSourceState.Valid, it is the time that the data source most recently entered a valid state, after previously having been DataSourceStatus.Initializing or an invalid state such as DataSourceState.Interrupted.

  • For DataSourceState.interrupted, it is the time that the data source most recently entered an error state, after previously having been DataSourceState.valid.

For DataSourceState.Closed, it is the time that the data source encountered an unrecoverable error or that the datasource was explicitly closed.

Generated using TypeDoc