MetaHierarchy.RubricatorKey

Syntax

RubricatorKey: Number;

Description

The RubricatorKey property determines key of a time series database in the metabase.

Example

Executing the example requires to create a service used to work with time series, to get a workbook instance from time series database (see MetaHierarchy.ChildEls) and add the following code in the document open event handler:

console.log("Get key of metabase factor directory");
var rubKey = hie.getRubricatorKey();
console.log(rubKey);

After executing the example the browser console displays key of the time series database in the metabase:

112

See also:

MetaHierarchy