Click or drag to resize

IMetadataServiceReadSelectMetadataAsXml Method

Reads a subset of 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/{idList}/xml")]
SerializableMetadata ReadSelectMetadataAsXml(
	string idList
)
View Source

Parameters

idList  String
A comma or semi-colon delimited list of IDs for which metadata is to be read.

Return Value

SerializableMetadata
An SerializableMetadata object.
See Also