Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Checkpoint

The type used to set the checkpoint on a bot in the RStreams bus bot DynamoDB table.

Hierarchy

  • Checkpoint

Index

Properties

eid: string

The event ID to set as the checkpoint.

ended_timestamp?: number

The ended timestamp.

expected?: string
force?: boolean

If true, force the update even if the timestamp has changed since the last time we read it.

source_timestamp: number

The source timestamp.

started_timestamp?: number

The started timestamp.

type?: "read" | "write"

Whether updating the read or write checkpoint.

units: number

The units.

Generated using TypeDoc