ProcessingHistoryEvent

Processing history event for a datasource

Properties

Name Type Description Notes
start_time_ms int The start time of the processing in milliseconds since epoch [optional]
start_time str The start time of the processing in ISO 8601 format [optional]
end_time_ms int The end time of the processing in milliseconds since epoch, -1 if still in progress [optional]
end_time str The end time of the processing in ISO 8601 format, 'NA' if still in progress [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]