Adapter.getLevelDepthValuesByHierarchyUniqueName Method

Gets the top and details level depths of the hierarchy specified by unique name.
 

Parameters

metricSetBinding

Type: MetricSetBinding
The metric set binding.
hierarchyUniqueName

Type: String
The unique name of the hierarchy the details level value is desired for.

Return Value


Type: Object
An object with properties:
     detailsLevelDepth   [type: Number, integer: true, mayBeNull: true]
     topLevelDepth       [type: Number, integer: true, mayBeNull: true]
     tokenId             [type: String, mayBeNull: true]