Click or drag to resize

IDataProviderGetRawData Method

Query the view service for raw data.

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
TagDataResult GetRawData(
	string sourceTag,
	DateTime startTime,
	DateTime endTime,
	int maxValueCount,
	bool includeBounds,
	ByteString? continuation = null
)

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.
maxValueCount  Int32
Maximum number of values to return for each request.
includeBounds  Boolean
Filter for data values returned.
continuation  ByteString  (Optional)
Specifies a continuation point for subsequent requests.

Return Value

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