Click or drag to resize

IDataProvider Interface

Provides access to data from the Historian through the view service.

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public interface IDataProvider : IDisposable

The IDataProvider type exposes the following members.

Properties
 NameDescription
Public propertyLegacyInterfaceObsolete.
Provides access to the legacy interface.
Top
Methods
 NameDescription
Public methodBrowseAssetInstances Browse assets instances from a view path.
Public methodBrowseDataSets Browse data sets of a view.
Public methodBrowseTags Browse the available tags.
Public methodCode exampleConnect Request connection to the views service.
Public methodGetProcessedData Query the view service for processed data.
Public methodGetRawData Query the view service for raw data.
Public methodSubscribeTag Subscribe to data change events for a tag.
Public methodUnsubscribeTag Cancel a previous subscription to data change events for a tag.
Top
See Also