Class: ExportSink
Represents an ExportSink.
Implements
Constructors
constructor
• new ExportSink(properties?): ExportSink
Constructs a new ExportSink.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IExportSink | Properties to set |
Returns
Properties
errorMessage
• errorMessage: string
An error message describing any issues with the export sink, if applicable.
Implementation of
health
• health: Health
The health status of the export sink.
Implementation of
lastHealthCheckTime
• Optional lastHealthCheckTime: null | ITimestamp
The timestamp of the last health check performed on the export sink.
Implementation of
IExportSink.lastHealthCheckTime
latestDataExportTime
• Optional latestDataExportTime: null | ITimestamp
The timestamp of the latest successful data export.