DataCubeService.replaceStructure Method

Replaces the structure in given select transform with new data source.
 

Parameters

dataCubeId

Type: String
The ID of the data cube that has this transform.
selectTransformId

Type: String
The ID of the select transform that this operation is being applied to.
newStructureId

Type: String
The ID of the new structure (native structure or another data type) to replace the transform with.
elementsMap

Type: Array
ElementType: KeyValuePair
The mapping of string-string between source name and native structure name.

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the created dundas.entities.DataCube is returned.