Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimestampValue

Microseconds since the UNIX epoch. Can go backwards. Fixed since the vast majority of values will be greater than 2^28, since currently the number of microseconds since the epoch is greater than that. Range: 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999Z, so that we can convert to/from RFC3339.

Represented as a string to avoid losing precision.

Example:

{
    valueType: 'timestamp',
    timestamp: '1554382900'
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • TimestampValue

Index

Properties

Properties

timestamp

timestamp: string

valueType

valueType: "timestamp"

Generated using TypeDoc