Optional
apiOptional
auditOptional
auditCan be used to provide a comment from the user that will be attached to certain detailed audit log records.
Optional
autoFlag that specifies if row data should be parsed and transformed into FormData when File data is present. Defaults to false. This is useful for endpoints that support File data. The client-side supports parsing and transforming the request payload into FormData for handling File data.
Optional
containerThe container path in which the schema and query name are defined. If not supplied, the current container path will be used.
Optional
extraExperimental: Optional extra context object passed into the transformation/validation script environment.
Optional
failureThis will be called upon failure to complete a request.
Optional
formFormData or Object consumable by FormData that can be used to POST key/value pairs of form information. For more information, see FormData documentation. Note that if both form and rows are provided, the form object will be used.
Name of a query table associated with the chosen schema. See also: How To Find schemaName, queryName & viewName.
Optional
rowOptional
rowsArray of record objects in which each object has a property for each field. The row data array needs to include only the primary key column value, not all columns. Note that if both form and rows are provided, the form object will be used.
Name of a schema defined within the current container. See also: How To Find schemaName, queryName & viewName.
Optional
scopeA scoping object for the success and failure callback functions (default to this).
Optional
skipWhether the full detailed response for the update/insert rows can be skipped. Defaults to false.
Optional
successThis will be called upon successfully completing a request.
Optional
timeoutThe maximum number of milliseconds to allow for this operation before generating a timeout error (defaults to 30000).
Optional
transactedWhether all of the deletes should be done in a single transaction, so they all succeed or all fail. Defaults to true.
Can be used to override the audit behavior for the table the query is acting on. See AuditBehaviorTypes.