openPDC Historian Help
TVA.Historian.DataServices Namespace
NamespacesTVA.Historian.DataServices
Contains classes that define the fundamental data web services for a historian.
Declaration Syntax
C#Visual BasicVisual C++
namespace TVA.Historian.DataServices
Namespace TVA.Historian.DataServices
namespace TVA.Historian.DataServices
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
DataFlowDirection
Indicates the direction in which data will be flowing from a web service.

DataService
A base class for web service that can send and receive historian data over REST (Representational State Transfer) interface.

DataServices
A class that loads all of the data web services.

IDataService
Defines a web service that can send and receive historian data over REST (Representational State Transfer) interface.

IMetadataService
Defines a REST web service for historian metadata.

ITimeSeriesDataService
Defines a REST web service for time-series data.

MetadataService
Represents a REST web service for historian metadata.

SerializableMetadata
Represents a container for SerializableMetadataRecords that can be serialized using XmlSerializer or DataContractJsonSerializer.

SerializableMetadataRecord
Represents a flattened MetadataRecord that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.

SerializableTimeSeriesData
Represents a container for SerializableTimeSeriesDataPoints that can be serialized using XmlSerializer or DataContractJsonSerializer.

SerializableTimeSeriesDataPoint
Represents a time-series data-point that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.

TimeSeriesDataService
Represents a REST web service for time-series data.