Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SyncRequest

Hierarchy

  • SyncRequest

Index

Properties

Optional cursors

cursors: Record<string, NextCursorV3>

Cursors returned from the previous sync request. These cursors match the result set expressions you specified in the with clause for the sync.

Optional parameters

parameters: Record<string, RawPropertyValueV3>

Parameters to return

select

select: Record<string, SyncSelectV3>

with

with: Record<string, SyncTableExpressionV3>