TimeSeriesLinearFunctionData
Package: InfrastructureCoreOpenAPIModels ยท Source: Core/common.json
Time-series-backed variant of LinearFunctionData. In place of inline coefficients it carries association_id, referencing a stored series that supplies them at each step; use it when the coefficients change over time.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
function_type | string | yes | โ | โ |
association_id | integer | yes | โ | Store-minted id of the time series association whose values supply this function data over time. Resolved against the accompanying time series store on read; minted by that store and meaningful only against it, never assigned by a document producer. |