QueryInfo: {
    query_tags?: Record<string, string>;
    schema_version?: number;
    stats?: QueryStats;
    summary?: string;
    txn_ts?: number;
}

Type declaration

  • Optionalquery_tags?: Record<string, string>

    The value of the x-query-tags header, if it was provided.

  • Optionalschema_version?: number

    The schema version that was used for the query execution.

  • Optionalstats?: QueryStats

    Stats on query performance and cost

  • Optionalsummary?: string

    A readable summary of any warnings or logs emitted by the query.

  • Optionaltxn_ts?: number

    The last transaction timestamp of the query. A Unix epoch in microseconds.