Interface: SyncCompletionMetadataIncomplete¶
Defined in: api_types.ts:1565
Contains metadata for a failed or incomplete sync.
Properties¶
hasIncompleteResults¶
hasIncompleteResults:
true
Defined in: api_types.ts:1571
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?¶
optionalincrementalContinuation:undefined
Defined in: api_types.ts:1576
Not set for incomplete syncs.