MetaHierarchy.RubricatorKey

Syntax

RubricatorKey: Number;

Description

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

Example

To execute the example, create a service for working with time series, get a workbook instance from the time series database (see MetaHierarchy.ChildEls) and add the following code in the handler that processes document opening:

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