Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchResults

Package version

Parameters of the search job that initiated this table.

Hierarchy

  • SearchResults

Index

Properties

Optional description

description: undefined | string

Search job Description.

Optional endSearchTime

endSearchTime: Date

The timestamp to end the search by (UTC)

Optional limit

limit: undefined | number

Limit the search job to return up to specified number of rows.

Optional query

query: undefined | string

Search job query.

Optional sourceTable

sourceTable: undefined | string

The table used in the search job. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startSearchTime

startSearchTime: Date

The timestamp to start the search from (UTC)

Generated using TypeDoc