DataCubeService.updateRelationship Method

Updates the data cube join relationship with the given keys.
 

Parameters

id

Type: String
The ID of the data cube.
joinTransformId

Type: String
The ID of the join transform.
joinType

Type: JoinOperation
The join type.
inputKeys

Type: Array
ElementType: String
The keys to use for the input transform.
referencedKeys

Type: Array
ElementType: String
The keys to use for the referenced transform.

Return Value


Type: DataCubeJoin
A promise object that is resolved when the call is complete. If successful, a dundas.data.DataCubeJoin is returned.