Click or drag to resize

IMetadataService Interface

Defines a REST web service for historian metadata.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[ServiceContractAttribute]
public interface IMetadataService
View Source

The IMetadataService type exposes the following members.

Methods
 NameDescription
Public methodReadAllMetadataAsJson Reads all metadata from the Archive and sends it in Json format.
Public methodReadAllMetadataAsXml Reads all metadata from the Archive and sends it in Xml format.
Public methodReadRangeMetadataAsJson Reads a subset of metadata from the Archive and sends it in Json format.
Public methodReadRangeMetadataAsXml Reads a subset of metadata from the Archive and sends it in Xml format.
Public methodReadSelectMetadataAsJson Reads a subset of metadata from the Archive and sends it in Json format.
Public methodReadSelectMetadataAsXml Reads a subset of metadata from the Archive and sends it in Xml format.
Public methodWriteMetadataAsJson Writes metadata received in Json format to the Archive.
Public methodWriteMetadataAsXml Writes metadata received in Xml format to the Archive.
Top
See Also