Interface: UpdateSync¶
core.UpdateSync
Information about the current sync, part of the UpdateSyncExecutionContext passed to the
executeUpdate
function of the sync formula.
Hierarchy¶
↳ UpdateSync
Properties¶
dynamicUrl¶
• Optional
dynamicUrl: string
The dynamic URL that backs this sync table, if this is a dynamic sync table. The dynamic URL is likely necessary for determining which API resources to fetch.
Inherited from¶
Defined in¶
parameters¶
• Optional
Readonly
parameters: MetadataContext
MetadataContext The parameters of the sync formula for the sync table.
Inherited from¶
Defined in¶
schema¶
• Optional
schema: ArraySchema
<Schema
>
The schema of this sync table, if this is a dynamic sync table. It may be useful to have
access to the dynamically-generated schema of the table instance in order to construct
the response for a dynamic sync table's execute
function.