The CubeMetaUpdateClass class implements an object that copies a time series database.
| Property name | Brief description | |
| The AdditionalObjects property returns the collection of objects, which must be copied with a time series database, but are not nested objects of this time series database. | ||
| The AutoPeriod property returns parameters of time series data copying period. | ||
| The CanLockBMOD property determines the mode of locking the system table on replication. | ||
| The CopyData property determines whether data of the time series database must be copied. | ||
| The CopyExtraObjects property determines whether time series database nested objects, which do not influence the time series database, must be copied. | ||
| The CreateInfo property returns parameters of the created database that is a copy of the original database. | ||
| The Database property determines a separate database, which will store data of the copied time series database. | ||
| The DictionaryRemapings property returns the collection of correspondences between objects of the copied time series database and objects of database copy. | ||
| The DisableTransactions property determines whether time series are imported in one transaction. | ||
| The FactorsFilter property returns dictionary selection, according to which data of the time series database must be copied. | ||
| The ForceEmptyValues property determines whether to replace data points, which are missing in the data consumer but are present in the data source, with empty values. | ||
| The FromRevision property determines a key of the revision, starting from which data of the time series database will be copied. | ||
| The Metabase property determines the repository, to which the time series database will be copied. | ||
| The MetafactsAttributeRemappings property returns the collection of correspondences between time series attributes of the copied database and time series attributes of database copy. | ||
| The MetavalsAttributeRemappings property returns the collection of correspondences between attributes of observations of the copied time series database and attributes of copy-database observations. | ||
| The NewRevisionName property determines a name of created revision. | ||
| The ObjectsFilter property returns the collection of nested objects of time series database that must be copied. | ||
| The PrerequisiteObjects property returns the collection of objects, which must be copied before a time series database is copied. | ||
| The RdsDatabase property determines an MDM repository to store data of the copied time series database. | ||
| The RemapBySelectionIndex property determines whether to apply unique index that is used to form selection for data copying and object mapping. | ||
| The RemappingFilter property returns collection of objects than must be skipped during copying. | ||
| The ResultRubricator property returns the created copy of the time series database. | ||
| The Rubricator property determines a copied time series database. | ||
| The SkipEmptySourceValues property determines whether empty values (Null) contained in a data source are to be skipped. | ||
| The SourceDictionary property returns the specified metadata of copied time series database when the Load method is used. | ||
| The TargetRubricator property determines the existing time series database, to which the data is copied. | ||
| The UpdateCallback property determines the object that implements the events that occur in transactions during replication. | ||
| The UpdateMode property determines a mode of updating the existing time series database. |
| Method name | Brief description | |
| The AddStream method adds a user data stream to the copied time series database. | ||
| The Apply method copies a time series database. | ||
| The GetStream method gets user data stream from the copied time series database. | ||
| The Load method loads a time series database from file. | ||
| The LoadFromXml method loads parameters of time series database copying saved as XML code. | ||
| The Save method copies time series database to file. | ||
| The SaveEx method copies time series database to file including handling of events that occur during copying. | ||
| The SaveToXml method saves parameters of time series database copying as XML code. |
See also: