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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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