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