Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryLogsOptions

Package version

Options for querying logs.

Hierarchy

  • any
    • QueryLogsOptions

Index

Properties

Optional includeQueryStatistics

includeQueryStatistics: undefined | false | true

Results will also include statistics about the query.

Optional serverTimeoutInSeconds

serverTimeoutInSeconds: undefined | number

The maximum amount of time the server will spend processing the query. Default: 180 seconds (3 minutes), maximum allowed is 600 seconds (10 minutes)

Generated using TypeDoc