DataCubeService.createBridgeParameter Method

Creates a new bridge parameter for the given data cube and transform.
 

Parameters

id

Type: String
The ID of the data cube to create the parameter on.
name

Type: String
The name of the bridge parameter.
description

Type: String
The description of the bridge parameter.
inputType

Type: ParameterValueTypes
The input type of the bridge parameter.
hierarchy

Type: Hierarchy
The hierarchy of the bridge parameter.

Return Value


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