Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

ProvenanceDTO.md

File metadata and controls

16 lines (13 loc) · 1.01 KB

IO.Swagger.Model.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 string The timestamp when the query was submitted. [optional]
Expiration string The timestamp when the query will expire. [optional]
PercentCompleted int? The current percent complete. [optional]
Finished bool? Whether the query has finished. [optional]
Request ProvenanceRequestDTO The provenance request. [optional]
Results ProvenanceResultsDTO The provenance results. [optional]

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