Interface: SyncCompletionMetadata<IncrementalContinuationT>¶
Defined in: api_types.ts:1565
Contains metadata for a successfully completed sync.
Type Parameters¶
| Type Parameter | Default type |
|---|---|
IncrementalContinuationT |
Continuation |
Properties¶
hasIncompleteResults?¶
optionalhasIncompleteResults:false
Defined in: api_types.ts:1575
Always false for completed syncs.
incrementalContinuation¶
incrementalContinuation:
IncrementalContinuationT
Defined in: api_types.ts:1570
For enabling incremental syncs. If your sync execution provides this, then Coda will provide it to the next sync execution.