Settings¶
Workspace Settings¶
The time series manager uses a number of workspace settings defined on each workspace in the system manager.
The time series manager uses the following settings.
- FastLineChartLimit
- ShowTimeseriesStatistics
- TimeSeriesStorageType
- UseChartControlScale
Refer to the system manager workspace settings for information about workspace settings.
DHI.Solutions.TimeseriesManager.Config¶
DHI.Solutions.TimeseriesManager.Config contains settings used by the time series manager of MIKE OPERATIONS.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DisplayCursorLineX" value="False" />
<add key="MinChangeLogEntryLength" value="5" />
<add key="ChangeLogEntryOnSave" value="False" />
<add key="DataSeriesUseDssCache" value="true"/>
<add key="CopyOrMoveTimeSeries.LoadAndMerge" value="False"/>
<add key="SaveTimeseriesChangesWithChangeLog" value="True"/>
<add key="NumberFormats" value=""/>
<add key="MIKECloudUrl" value="https://core-metadata-prod.azurewebsites.net"/>
</appSettings>
</configuration>
ChangeLogEntryOnSave¶
Enable change log when saving data tables (time series).
CopyOrMoveTimeSeries.LoadAndMerge¶
Merge time series when copying.
DataSeriesUseDssCache¶
Use time series cache.
DisplayCursorLineX¶
Show red cursor along chart X-axis.
MIKECloudUrl¶
Not used.
MinChangeLogEntryLength¶
Number of entries to show in the change log.
NumberFormats¶
Number format to use in time series tables.
If not specified, the current regional settings are used.
SaveTimeseriesChangesWithChangeLog¶
Save change log when changing time series in time series tables.