Time Series Database Cache Module by Automation Professionals
E-Mail Support

system.dataset.toTransient

Given a single dataset, return a new dataset with the same data but not serializable. Strictly speaking, the dataset will be serialized with column names and types only. The rows are discarded.

Available in all scopes, but behavior varies. In all scopes, java native serialization will save only the column names and types. In designer scope, XML serialization will also discard the rows. This makes projects and windows smaller and faster to open.

system.dataset.toTransient(dataset) returns Dataset

ArgumentData TypeDescription
datasetDatasetThe source dataset to be copied as non-serializable.