Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

LineageDTO.md

File metadata and controls

16 lines (13 loc) · 1 KB

IO.Swagger.Model.LineageDTO

Properties

Name Type Description Notes
Id string The id of this lineage query. [optional]
Uri string The URI for this lineage query for later retrieval and deletion. [optional]
SubmissionTime string When the lineage query was submitted. [optional]
Expiration string When the lineage query will expire. [optional]
PercentCompleted int? The percent complete for the lineage query. [optional]
Finished bool? Whether the lineage query has finished. [optional]
Request LineageRequestDTO The initial lineage result. [optional]
Results LineageResultsDTO The results of the lineage query. [optional]

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