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