IEntrySettings
[ Interface ]
export interface IEntrySettings {
INTERVAL?: string;
MAXENTRIES?: number;
ROWLIMIT?: number;
RECORDINGENABLED?: boolean;
};
Historize symbol settings.
Properties
Name | Type | Description |
---|---|---|
INTERVAL [ optional ] | ISO8601 Time Span Example: "PT1S" | |
MAXENTRIES [ optional ] | Maximum number of entries in the database. | |
ROWLIMIT [ optional ] | - | |
RECORDINGENABLED [ optional ] | Recording enabled/disabled |
Available from version 1.10 |