ExternalFunctionSpecificationOutput
is a datatype for the specification of an external function.
Table: ExternalFunctionSpecificationOutput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 24, 2024 | |||||
description | string | yes | Preview | The description for the external function. | |
kind | KindOutput | yes | Preview | The kind of external function, how it's executed. See KindOutput . | |
name | string | yes | Preview | The name of the external function. | |
parameters | [ParameterSpecificationOutput ] | yes | Preview | The parameter specifications for the external function. See ParameterSpecificationOutput . | |
procedureURL | string | yes | Preview | The URL for the external function. |