ConnectorCollectionInfoResponse

data class ConnectorCollectionInfoResponse(val error: ConnectorCollectionErrorInfoResponse? = null, val lastChecked: String? = null, val lastRun: String, val lastUpdated: String, val sourceLastUpdated: String)

Collection and ingestion information

Constructors

Link copied to clipboard
constructor(error: ConnectorCollectionErrorInfoResponse? = null, lastChecked: String? = null, lastRun: String, lastUpdated: String, sourceLastUpdated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error information of last collection

Link copied to clipboard
val lastChecked: String? = null

Last time the data acquisition process initiated connecting to the external provider

Link copied to clipboard

Last time the data acquisition process completed (even if no new data was found)

Link copied to clipboard

Last time the external data was updated into Azure

Link copied to clipboard

Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)