Interface: SyncCompletionMetadataIncomplete¶
Defined in: api_types.ts:1594
Contains metadata for a failed or incomplete sync.
Properties¶
hasIncompleteResults¶
hasIncompleteResults:
true
Defined in: api_types.ts:1600
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:1605
Not set for incomplete syncs.