DataInputService.modifyDataStorageColumn Method
Modifies the specified data storage column (rename and / or change maximum length).
Parameters
- dataCubeId
-
Type: String
The ID of the data cube.
- transformId
-
Type: String
The ID of the data input transform.
- originalName
-
Type: String
The original name of the column.
- name
-
Type: String
The new column name.
- maxLength
-
Type: Number - May be null
The new column length.
Return Value
Type: jQuery.Promise
A promise object that is resolved when the call is complete.