openPDC Historian Help
ReadRangeMetadataAsJson Method (fromID, toID)
NamespacesTVA.Historian.ServicesIMetadataServiceReadRangeMetadataAsJson(String, String)

[This is preliminary documentation and is subject to change.]

Reads a subset of metadata from the Archive and sends it in Json format.
Declaration Syntax
C#Visual BasicVisual C++
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/metadata/read/{fromID}-{toID}/json")]
SerializableMetadata ReadRangeMetadataAsJson(
	string fromID,
	string toID
)
<OperationContractAttribute> _
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "/metadata/read/{fromID}-{toID}/json")> _
Function ReadRangeMetadataAsJson ( _
	fromID As String, _
	toID As String _
) As SerializableMetadata
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"/metadata/read/{fromID}-{toID}/json")]
SerializableMetadata^ ReadRangeMetadataAsJson(
	String^ fromID, 
	String^ toID
)
Parameters
fromID (String)
Starting ID in the ID range for which metadata is to be read.
toID (String)
Ending ID in the ID range for which metadata is to be read.
Return Value

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0