openPDC Historian Help
ITimeSeriesDataService Interface
NamespacesTVA.Historian.DataServicesITimeSeriesDataService
Defines a REST web service for time-series data.
Declaration Syntax
C#Visual BasicVisual C++
[ServiceContractAttribute]
public interface ITimeSeriesDataService
<ServiceContractAttribute> _
Public Interface ITimeSeriesDataService
[ServiceContractAttribute]
public interface class ITimeSeriesDataService
Members
All MembersMethods



IconMemberDescription
ReadRangeCurrentTimeSeriesDataAsJson(String, String)
Reads current time-series data from the Archive and sends it in Json format.

ReadRangeCurrentTimeSeriesDataAsXml(String, String)
Reads current time-series data from the Archive and sends it in Xml format.

ReadRangeHistoricTimeSeriesDataAsJson(String, String, String, String)
Reads historic time-series data from the Archive and sends it in Json format.

ReadRangeHistoricTimeSeriesDataAsXml(String, String, String, String)
Reads historic time-series data from the Archive and sends it in Xml format.

ReadSelectCurrentTimeSeriesDataAsJson(String)
Reads current time-series data from the Archive and sends it in Json format.

ReadSelectCurrentTimeSeriesDataAsXml(String)
Reads current time-series data from the Archive and sends it in Xml format.

ReadSelectHistoricTimeSeriesDataAsJson(String, String, String)
Reads historic time-series data from the Archive and sends it in Json format.

ReadSelectHistoricTimeSeriesDataAsXml(String, String, String)
Reads historic time-series data from the Archive and sends it in Xml format.

WriteTimeSeriesDataAsJson(SerializableTimeSeriesData)
Writes data received in Json format to the Archive.

WriteTimeSeriesDataAsXml(SerializableTimeSeriesData)
Writes data received in Xml format to the Archive.

See Also

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252