Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventData

Query event data object.

Hierarchy

  • EventData

Index

Properties

Optional client_timestamp

client_timestamp: string

The optional timestamp for the event that was created. If not provided, the time that the event was created in the log was used.

collection_id

collection_id: string

The collection_id of the document that this event is associated with.

Optional display_rank

display_rank: number

The rank of the result item which the event is associated with.

document_id

document_id: string

The document_id of the document that this event is associated with.

environment_id

environment_id: string

The environment_id associated with the query that the event is associated with.

Optional query_id

query_id: string

The query identifier stored in the log. The query and any events associated with that query are stored with the same query_id.

session_token

session_token: string

The session token that was returned as part of the query results that this event is associated with.

Generated using TypeDoc