Connector Collection Info Response
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)
Properties
Link copied to clipboard
Error information of last collection
Link copied to clipboard
Last time the data acquisition process initiated connecting to the external provider
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)