Skip to main content

Interface: IExportSink

namespace.v1.IExportSink

Properties of an ExportSink.

Implemented by

Properties

errorMessage

Optional errorMessage: null | string

An error message describing any issues with the export sink, if applicable.


health

Optional health: null | Health

The health status of the export sink.


lastHealthCheckTime

Optional lastHealthCheckTime: null | ITimestamp

The timestamp of the last health check performed on the export sink.


latestDataExportTime

Optional latestDataExportTime: null | ITimestamp

The timestamp of the latest successful data export.


name

Optional name: null | string

The unique name of the export sink.


resourceVersion

Optional resourceVersion: null | string

The version of the export sink resource.


spec

Optional spec: null | IExportSinkSpec

The specification details of the export sink.


state

Optional state: null | ResourceState

The current state of the export sink.