Click or drag to resize

ITimeSeriesDataService Interface

Defines a REST web service for time-series data.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[ServiceContractAttribute]
public interface ITimeSeriesDataService
View Source

The ITimeSeriesDataService type exposes the following members.

Methods
 NameDescription
Public methodReadRangeCurrentTimeSeriesDataAsJson Reads current time-series data from the Archive and sends it in Json format.
Public methodReadRangeCurrentTimeSeriesDataAsXml Reads current time-series data from the Archive and sends it in Xml format.
Public methodReadRangeHistoricTimeSeriesDataAsJson Reads historic time-series data from the Archive and sends it in Json format.
Public methodReadRangeHistoricTimeSeriesDataAsXml Reads historic time-series data from the Archive and sends it in Xml format.
Public methodReadSelectCurrentTimeSeriesDataAsJson Reads current time-series data from the Archive and sends it in Json format.
Public methodReadSelectCurrentTimeSeriesDataAsXml Reads current time-series data from the Archive and sends it in Xml format.
Public methodReadSelectHistoricTimeSeriesDataAsJson Reads historic time-series data from the Archive and sends it in Json format.
Public methodReadSelectHistoricTimeSeriesDataAsJsonPost Reads historic time-series data from the Archive and sends it in Json format.
Public methodReadSelectHistoricTimeSeriesDataAsXml Reads historic time-series data from the Archive and sends it in Xml format.
Public methodWriteTimeSeriesDataAsJson Writes data received in Json format to the Archive.
Public methodWriteTimeSeriesDataAsXml Writes data received in Xml format to the Archive.
Top
See Also