Méthode | Description | |
---|---|---|
DeviceTelemetryRepository ( IConfigurationProvider configProvider, IBlobStorageClientFactory blobStorageClientFactory ) : System |
Initializes a new instance of the DeviceTelemetryRepository class.
|
|
LoadLatestDeviceTelemetryAsync ( string deviceId, IList |
Loads the most recent Device telemetry.
|
|
LoadLatestDeviceTelemetrySummaryAsync ( string deviceId, System.DateTime minTime ) : Task |
Loads the most recent DeviceTelemetrySummaryModel for a specified Device.
|
Méthode | Description | |
---|---|---|
LoadBlobTelemetryModels ( Stream stream, IList |
||
LoadBlobTelemetrySummaryModels ( Stream stream, System.DateTime lastModifiedTime ) : List |
public DeviceTelemetryRepository ( IConfigurationProvider configProvider, IBlobStorageClientFactory blobStorageClientFactory ) : System | ||
configProvider | IConfigurationProvider | /// The IConfigurationProvider implementation with which to initialize /// the new instance. /// |
blobStorageClientFactory | IBlobStorageClientFactory | |
Résultat | System |
public LoadLatestDeviceTelemetryAsync ( string deviceId, IList |
||
deviceId | string | /// The ID of the Device for which telemetry should be returned. /// |
telemetryFields | IList |
|
minTime | System.DateTime | /// The minimum time of record of the telemetry that should be returned. /// |
Résultat | Task |
public LoadLatestDeviceTelemetrySummaryAsync ( string deviceId, System.DateTime minTime ) : Task |
||
deviceId | string | /// The ID of the Device for which a telemetry summary model should be /// returned. /// |
minTime | System.DateTime | /// If provided the the minimum time stamp of the summary data that should /// be loaded. /// |
Résultat | Task |