 | IDataProviderGetProcessedData Method |
Query the view service for processed data.
Namespace: AxiomCore2.DataAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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