RubricatorKey: Number;
The RubricatorKey property determines key of a time series database in the metabase.
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: