The mapping between a field name and a time value for a time series fields configuration.
Referenced by: Time series fields
Properties
| Property | Details |
|---|---|
| fieldName | The name of the field that contains a data value of an attribute at the date or time value specified in timeValue (e.g. temperature_Jan2020). |
| timeValue | A formatted string representing the date or time value associated with the field specified by fieldName. Time unit for this value is specified by dataSeriesInfo.timeValueUnits. The formatting of this string must follow Arcade date formatting conventions as documented in the ArcGIS Arcade Text function. For example: if fieldName is temperature_Jan2020 and timeValueUnits is months, timeValue would be 2020-01. |