# DataContext

The object is represented by the *dataContext* variable and provides access to time series and their samples ready for publication.

### Fields

| **Name**     | **Description**                                                                                   |
| ------------ | ------------------------------------------------------------------------------------------------- |
| token        | Intended to store arbitrary data available at each script execution.                              |
| series       | Contains an array of time series samples. Each time series is represented by a TimeSeries object. |
| secretString | Contains the secret string of the REST store provider.                                            |
