ParsedQueryData

Returned by a QueryParserFunction, this information is used to generate the name for recording datastore queries.

Properties
NameTypeAttributesDescription
operationstring

The datastore operation such as SELECT or UPDATE.

collectionstring

The collection being queried. This would be the table name from a SQL statement or the collection name in a MongoDB query.

querystring<optional>

The query with any sensitive information redacted and comments removed.