Models¶
- class tom_dataservices.models.DataServiceQuery(*args, **kwargs)¶
Class representing a query to a Data Service in a TOM Fields:
name: The user-given name of this query. data_service: The name of the data service–this should come directly from the
nameattribute ofthe DataService class representing the data service.
parameters: Parameters for this
DataServiceQuery, stored as a JSON string. created: The time at which thisDataServiceQuerywas created in the TOM database. modified: The time at which thisDataServiceQuerywas changed in the TOM database. last_run: The time at which thisDataServiceQuerywas last run against its corresponding broker.