Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IRubricatorDictionaryLookup interface contains properties and methods that are used to search objects in the time series database.
IRubricatorDictionaryLookup
This interface is basic for searching in time series database. Properties and methods of IRubricatorDictionaryLookup are inherited by the following interfaces:
IRubricatorFactorDependenciesLookup. Search for dependencies in the time series database.
IRubricatorFactsLookup. Search in time series.
IRubricatorObservationsLookup. Search among time series database data.
Property name | Brief description | |
The CurrentRevision property determines a revision for editing. | ||
The Lookup property returns search condition. | ||
The Rubricator property returns data of time series database. | ||
The WhereCompoundFactorKey property determines a composite key of the required time series. | ||
The WhereFactorKey property determines a key of required time series. | ||
The WhereIsDeleted property determines whether deleted records are used in search. | ||
The WhereIsEmpty property determines whether empty records are used in search. | ||
The WhereRevisionKey property determines a key of revision used in search. |
Method name | Brief description | |
The GetFactors property returns found time series. | ||
The LookupFactors method returns the keys array of the found time series. | ||
The LookupFactors method returns the composite keys array of the found time series. | ||
The WhereRevisionBetween method searches for time series changed between two revisions. |
See also: