Interface: SyncBase¶
Defined in: api_types.ts:938
Information about the current sync.
Extended by¶
Properties¶
dynamicUrl?¶
optionaldynamicUrl:string
Defined in: api_types.ts:950
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.
parameters?¶
readonlyoptionalparameters:MetadataContext
Defined in: api_types.ts:955
core.MetadataContext The parameters of the sync formula for the sync table.
schema?¶
optionalschema:ArraySchema<Schema>
Defined in: api_types.ts:944
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.