CreateOrUpdateExternalFunctionInput is used to input the specification of an external function.

Table: CreateOrUpdateExternalFunctionInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 17, 2024
descriptionstringyes PreviewThe description for the external function.
kindKindInputyes PreviewThe kind of external function. It defines how the external function is executed. See KindInput.
namestringyes PreviewThe name of the external function.
parameters[ParameterSpecificationInput]yes PreviewThe parameter specifications for the external function. See ParameterSpecificationInput.
procedureURLstringyes PreviewThe URL for the external function.