openPDC Historian Help
TimeSeriesDataService Class
NamespacesTVA.Historian.DataServicesTimeSeriesDataService
Represents a REST web service for time-series data.
Declaration Syntax
C#Visual BasicVisual C++
[ServiceBehaviorAttribute(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]
public class TimeSeriesDataService : DataService, 
	ITimeSeriesDataService
<ServiceBehaviorAttribute(InstanceContextMode := InstanceContextMode.Single, ConcurrencyMode := ConcurrencyMode.Multiple)> _
Public Class TimeSeriesDataService _
	Inherits DataService _
	Implements ITimeSeriesDataService
[ServiceBehaviorAttribute(InstanceContextMode = InstanceContextMode::Single, ConcurrencyMode = ConcurrencyMode::Multiple)]
public ref class TimeSeriesDataService : public DataService, 
	ITimeSeriesDataService
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
TimeSeriesDataService()()()
Initializes a new instance of the TimeSeriesDataService class.

Archive
Gets or sets the IArchive used by the web service for its data.
(Inherited from DataService.)
CanRead()()() (Inherited from RestService.)
CanWrite()()() (Inherited from RestService.)
Dispose()()() (Inherited from RestService.)
Dispose(Boolean) (Inherited from RestService.)
Enabled()()() (Inherited from RestService.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()() (Inherited from RestService.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()() (Inherited from RestService.)
LoadSettings()()() (Inherited from RestService.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnServiceHostCreated()()() (Inherited from RestService.)
OnServiceHostStarted()()() (Inherited from RestService.)
OnServiceProcessException(Exception) (Inherited from RestService.)
PersistSettings()()() (Inherited from RestService.)
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.

SaveSettings()()() (Inherited from RestService.)
ServiceContract()()() (Inherited from RestService.)
ServiceDataFlow()()() (Inherited from RestService.)
ServiceHost()()() (Inherited from RestService.)
ServiceHostCreated()()() (Inherited from RestService.)
ServiceHostStarted()()() (Inherited from RestService.)
ServiceProcessException()()() (Inherited from RestService.)
ServiceUri()()() (Inherited from RestService.)
SettingsCategory()()() (Inherited from RestService.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteTimeSeriesDataAsJson(SerializableTimeSeriesData)
Writes data received in Json format to the Archive.

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

Inheritance Hierarchy
Object
RestService
 DataService
  TimeSeriesDataService
See Also

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