Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 895 Bytes

ProvenanceDTO.md

File metadata and controls

17 lines (12 loc) · 895 Bytes

ProvenanceDTO

Properties

Name Type Description Notes
id String The id of the provenance query. [optional]
uri String The URI for this query. Used for obtaining/deleting the request at a later time [optional]
submissionTime DateTime The timestamp when the query was submitted. [optional]
expiration DateTime The timestamp when the query will expire. [optional]
percentCompleted Integer The current percent complete. [optional]
finished Boolean Whether the query has finished. [optional]
request ProvenanceRequestDTO The provenance request. [optional]
results ProvenanceResultsDTO The provenance results. [optional]