DataInputService.addDataStorageColumn Method
Adds the specified data storage column.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube.
- transformId
-
Type: string
The ID of the data input transform.
- name
-
Type: string
The column name.
- dataInputType
-
Type: DataType
The column data type.
- defaultColumnValue
-
Type: string
(optional) The default column value.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.data.ConnectorElement
A promise object that is resolved when the call is complete.
If successful, the created dundas.data.ConnectorElement is returned.