Skip to content

Interface: SyncCompletionMetadataIncomplete

Defined in: api_types.ts:1581

Contains metadata for a failed or incomplete sync.

Properties

hasIncompleteResults

hasIncompleteResults: true

Defined in: api_types.ts:1587

Returned by an incremental sync if the results are incomplete. Will be ignored during a full sync.

This will trigger a full sync so that complete results can be obtained.


incrementalContinuation?

optional incrementalContinuation: undefined

Defined in: api_types.ts:1592

Not set for incomplete syncs.