Query Information

query_info

The query info object holds information related to data access within a datastore. To access, manipulate, delete, or retrieve data from a datastore, a query must be written using a specific syntax.

Attributes

CaptionNameTypeDescription
Total BytesbytesLongThe size of the data returned from the query.
DatadataJSONThe data returned from the query execution.
NamenameStringThe query name for a saved or scheduled query.
Query Stringquery_stringStringA string representing the query code being run. For example: SELECT * FROM my_table
Query Timequery_timeTimestampThe time when the query was run.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Unique IDuidStringThe unique identifier of the query.
UnmappedunmappedUnmapped[]Data from the source that was not mapped into the schema.

Relationships

Query Information shown in context

Inbound Relationships

These objects and events reference Query Information in their attributes:

Outbound Relationships

Query Information references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0