Click or drag to resize

IMetadataServiceReadAllMetadataAsXml Method

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

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/metadata/read/xml")]
SerializableMetadata ReadAllMetadataAsXml()
View Source

Return Value

SerializableMetadata
An SerializableMetadata object.
See Also