Click or drag to resize

MetadataServiceReadSelectMetadataAsJson Method

Reads a subset of metadata from the Archive and sends it in Json format.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public SerializableMetadata ReadSelectMetadataAsJson(
	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.

Implements

IMetadataServiceReadSelectMetadataAsJson(String)
See Also