Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryLogsBatchResult

Package version

Results for a batch query.

Hierarchy

  • QueryLogsBatchResult

Index

Properties

Properties

Optional results

results: { error?: ErrorInfo; id?: undefined | string; status?: undefined | number; tables?: LogsTable[] }[]

An array of responses corresponding to each individual request in a batch.

Generated using TypeDoc