Attribute name | Attribute type | Docstring | Unit |
http_lofar_request | HttpLofarRequest | The HttpLofarRequest object | |
latest_query | int | Is this a show latest query ? | |
object_id | oidtype | The object identifier
The object identifier is an attribute shared by all persistent instances. It is the prime key, by which object identity is established | |
session_id | str | The session id of the request | |
sql | str | The SQL query | |
table | str | The table being queried | |
timestamp | datetime | Start of the query | |
total_query | int | Is this a total query ? | |
total_rows | int | The number of rows resulting from the query | |
total_time | float | The total time of the query | |
where_values | str | The where values of the query | |