|
SharedHubGetStatisticFormatRecords Method
|
Gets the format records for statistics associated with the metadata.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.249-beta
Syntaxpublic IEnumerable<Object> GetStatisticFormatRecords(
IEnumerable<Object> metadata
)
Public Function GetStatisticFormatRecords (
metadata As IEnumerable(Of Object)
) As IEnumerable(Of Object)
public:
IEnumerable<Object^>^ GetStatisticFormatRecords(
IEnumerable<Object^>^ metadata
)
member GetStatisticFormatRecords :
metadata : IEnumerable<Object> -> IEnumerable<Object>
function GetStatisticFormatRecords(metadata);
View SourceParameters
- metadata IEnumerableObject
- Collection of measurement metadata.
Return Value
IEnumerableObjectArray 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