Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LatestDataPropertyFilter

Hierarchy

  • LatestDataPropertyFilter

Index

Properties

Properties

Optional before

before: string | Date | number

Get first datapoint before this time. Format is N[timeunit]-ago where timeunit is w,d,h,m,s. Example: '2d-ago' will get everything that is up to 2 days old. Can also send time as a Date object or number of milliseconds since epoch.