This section describes operations (and structures used by these operations) that are used to work with the Time Series Database (TSDB) repository object. The operations enable the user to execute the following actions:
Work with time series hierarchy and series data.
Work with workbooks based on time series.
Operation | Brief description | |
The CloseHie operation closes a hierarchy of time series database factors. | ||
The CloseRub operation closes a time series database. | ||
The CloseWbk operation closes the instance of the open workbook | ||
The GetHieMd operation extracts metadata of the time series database factors' hierarchy. | ||
The GetHieMembers operation extracts the list of elements of the time series hierarchy. | ||
The GetRubMd operation extracts metadata of time series database. | ||
The GetWbkMd operation extracts workbook metadata. | ||
The OpenHie operation builds the time series hierarchy of the time series database. | ||
The OpenRub operation opens a time series database and returns context required to work with its structure. | ||
The OpenWbk operation opens the workbook and returns the context for working with data and metadata. | ||
The SetHieMd operation changes metadata of the time series database factors' hierarchy. | ||
The SetWbkMd operation changes workbook data and metadata. |
See also: