Interface IHarperDBReadTransLogByTimestampOptions

Hierarchy

Properties

schema: string
searchValues: [number, number?]

An array containing a maximum of two values [from_timestamp, to_timestamp] defining the range of transactions you would like to view.

  • Timestamp format is millisecond-based epoch in UTC.
  • If no items are supplied then all transactions are returned.
  • If only one entry is supplied then all transactions after the supplied timestamp will be returned.
table: string