openPDC Historian Help
IMetadataService Interface
NamespacesTVA.Historian.ServicesIMetadataService

[This is preliminary documentation and is subject to change.]

Defines a REST web service for historian metadata.
Declaration Syntax
C#Visual BasicVisual C++
[ServiceContractAttribute]
public interface IMetadataService
<ServiceContractAttribute> _
Public Interface IMetadataService
[ServiceContractAttribute]
public interface class IMetadataService
Members
All MembersMethods



IconMemberDescription
ReadAllMetadataAsJson()()()
Reads all metadata from the Archive and sends it in Json format.

ReadAllMetadataAsXml()()()
Reads all metadata from the Archive and sends it in Xml format.

ReadRangeMetadataAsJson(String, String)
Reads a subset of metadata from the Archive and sends it in Json format.

ReadRangeMetadataAsXml(String, String)
Reads a subset of metadata from the Archive and sends it in Xml format.

ReadSelectMetadataAsJson(String)
Reads a subset of metadata from the Archive and sends it in Json format.

ReadSelectMetadataAsXml(String)
Reads a subset of metadata from the Archive and sends it in Xml format.

WriteMetadataAsJson(SerializableMetadata)
Writes metadata received in Json format to the Archive.

WriteMetadataAsXml(SerializableMetadata)
Writes metadata received in Xml format to the Archive.

See Also

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