 | IDataProviderGetProcessedData Method |
Query the view service for processed data.
Namespace: AxiomCore2.DataAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
SyntaxTagDataResult 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
TagDataResultTag data result which includes data and/or errors that resulted from the request.
See Also