Returned by a QueryParserFunction
, this information is used to generate the name for recording datastore queries.
Name | Type | Attributes | Description |
---|---|---|---|
operation | string | The datastore operation such as | |
collection | string | The collection being queried. This would be the table name from a SQL statement or the collection name in a MongoDB query. | |
query | string | <optional> | The query with any sensitive information redacted and comments removed. |