Click or drag to resize
QueryManifestLastRefreshStarted Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the date and time the query last began a refresh operation.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DateTime LastRefreshStarted { get; set; }

Return Value

Type: DateTime
The query last began a refresh operation.
Remarks
This value indicates the last time the query bagan a refresh operation, regardless of whether that refresh operation completed successfully.
See Also