AdfPipelineParameterDataType Enumeration
AdfPipelineParameterDataType Enumeration
Supported data types for pipeline parameters.
Enumeration Values
| Name | Summary |
|---|---|
| String | Corresponds to the 'String' data type. |
| Int | Corresponds to the 'Int' data type. |
| Float | Corresponds to the 'Float' data type. |
| Bool | Corresponds to the 'Bool' data type. |
| Array | Corresponds to the 'Array' data type. |
| Object | Corresponds to the 'Object' data type. |
| SecureString | Corresponds to the 'SecureString' data type. |