MetaHierarchy.RubricatorKey

Syntax

RubricatorKey: Number;

Description

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

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 time series database in the repository");
var rubKey = hie.getRubricatorKey();
console.log(rubKey);

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

112

See also:

MetaHierarchy