Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1017 Bytes

ProvenanceResultsDTO.md

File metadata and controls

15 lines (12 loc) · 1017 Bytes

IO.Swagger.Model.ProvenanceResultsDTO

Properties

Name Type Description Notes
ProvenanceEvents List<ProvenanceEventDTO> The provenance events that matched the search criteria. [optional]
Total string The total number of results formatted. [optional]
TotalCount long? The total number of results. [optional]
Generated string Then the search was performed. [optional]
OldestEvent string The oldest event available in the provenance repository. [optional]
TimeOffset int? The time offset of the server that's used for event time. [optional]
Errors List<string> Any errors that occurred while performing the provenance request. [optional]

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