Click or drag to resize

IMetadataServiceReadAllMetadataAsJson Method

Reads all 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
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/metadata/read/json")]
SerializableMetadata ReadAllMetadataAsJson()
View Source

Return Value

SerializableMetadata
An SerializableMetadata object.
See Also