C# 클래스 GrafanaAdapters.GrafanaDataService

상속: GSF.Historian.DataServices.DataService, IGrafanaDataService
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
Annotations ( GrafanaAdapters.AnnotationRequest request ) : Task>

Queries openHistorian for annotations in a time-range (e.g., Alarms).

GrafanaDataService ( ) : System

Creates a new instance of a GrafanaDataService.

Initialize ( ) : void

Initializes the web service.

Query ( GrafanaAdapters.QueryRequest request ) : Task>

Queries openHistorian as a Grafana data source.

Search ( GrafanaAdapters.Target request ) : Task

Search openHistorian for a target.

TestDataSource ( ) : void

Validates that openHistorian Grafana data source is responding as expected.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the GrafanaDataService object and optionally releases the managed resources.

비공개 메소드들

메소드 설명
Archive_MetadataUpdated ( object sender, EventArgs e ) : void

메소드 상세

Annotations() 공개 메소드

Queries openHistorian for annotations in a time-range (e.g., Alarms).
public Annotations ( GrafanaAdapters.AnnotationRequest request ) : Task>
request GrafanaAdapters.AnnotationRequest Annotation request.
리턴 Task>

Dispose() 보호된 메소드

Releases the unmanaged resources used by the GrafanaDataService object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

GrafanaDataService() 공개 메소드

Creates a new instance of a GrafanaDataService.
public GrafanaDataService ( ) : System
리턴 System

Initialize() 공개 메소드

Initializes the web service.
public Initialize ( ) : void
리턴 void

Query() 공개 메소드

Queries openHistorian as a Grafana data source.
public Query ( GrafanaAdapters.QueryRequest request ) : Task>
request GrafanaAdapters.QueryRequest Query request.
리턴 Task>

Search() 공개 메소드

Search openHistorian for a target.
public Search ( GrafanaAdapters.Target request ) : Task
request GrafanaAdapters.Target Search target.
리턴 Task

TestDataSource() 공개 메소드

Validates that openHistorian Grafana data source is responding as expected.
public TestDataSource ( ) : void
리턴 void