> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/time-series-and-stores/rest-connectivity/datacontext.md).

# 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.                                            |
