[This is preliminary documentation and is subject to change.]
Contains classes that define the fundamental web services for a historian.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace TVA.Historian.Services
Namespace TVA.Historian.Services
namespace TVA.Historian.Services
Types
All Types | Classes | Interfaces | Enumerations |
Icon | Type | Description |
---|---|---|
DataFlowDirection |
Indicates the direction in which data will be flowing from a web service.
| |
IMetadataService |
Defines a REST web service for historian metadata.
| |
IService |
Defines a web service that can send and receive data over REST (Representational State Transfer) interface.
| |
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.
| |
Serialization |
Helper class to serialize and deserialize Objects to web service compatible SerializationFormats.
| |
SerializationFormat |
Indicates the format of Object serialization or deserialization.
| |
Service |
A base class for web service that can send and receive data over REST (Representational State Transfer) interface.
| |
Services |
A class that loads all of the web services.
| |
TimeSeriesDataService |
Represents a REST web service for time-series data.
|