Skip to content

Interface: SyncIncremental<SyncContinuationT, CheckpointContinuationT>

core.SyncIncremental

Information about the current incremental sync.

Type parameters

Name
SyncContinuationT
CheckpointContinuationT

Hierarchy

SyncIncremental

Properties

continuation

Optional continuation: SyncContinuationT

The continuation that was returned from the prior sync invocation. The is the exact value returned in the continuation property of result of the prior sync.

Defined in

api_types.ts:860


dynamicUrl

Optional dynamicUrl: string

The dynamic URL that backs this sync table, if this is a dynamic sync table. The dynamic URL is likely necessary for determining which API resources to fetch.

Inherited from

SyncBase.dynamicUrl

Defined in

api_types.ts:878


parameters

Optional Readonly parameters: MetadataContext

MetadataContext The parameters of the sync formula for the sync table.

Inherited from

SyncBase.parameters

Defined in

api_types.ts:883


schema

Optional schema: ArraySchema<Schema>

The schema of this sync table, if this is a dynamic sync table. It may be useful to have access to the dynamically-generated schema of the table instance in order to construct the response for a dynamic sync table's execute function.

Inherited from

SyncBase.schema

Defined in

api_types.ts:872