Click or drag to resize

SharedHubGetStatisticFormatRecords Method

Gets the format records for statistics associated with the metadata.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<Object> GetStatisticFormatRecords(
	IEnumerable<Object> metadata
)
View Source

Parameters

metadata  IEnumerableObject
Collection of measurement metadata.

Return Value

IEnumerableObject
Array of statistical records for the metadata.
Remarks
This is usually used in conjunction with a call to SetMeasurementFormats(String, IEnumerableObject) or applied to the "FormatRecords" property of a Json subscriptionInfo object. Records in metadata array expected to contain a "SignalID" and "SignalReference" property.
See Also