Click or drag to resize

IDataProviderGetProcessedData Method

Query the view service for processed data.

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
TagDataResult GetProcessedData(
	string sourceTag,
	DateTime startTime,
	DateTime endTime,
	TimeSpan aggregateInterval,
	string aggregateKind
)

Parameters

sourceTag  String
Tag data is being requested for.
startTime  DateTime
Start time of the data requested.
endTime  DateTime
End time of the data requested.
aggregateInterval  TimeSpan
Interval to aggregate the data to.
aggregateKind  String
Kind of aggregate to use for data.

Return Value

TagDataResult
Tag data result which includes data and/or errors that resulted from the request.
See Also