SensorEvents Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SensorEvents sub-client.
public class SensorEvents
type SensorEvents = class
Public Class SensorEvents
- Inheritance
-
SensorEvents
Constructors
SensorEvents() |
Initializes a new instance of SensorEvents for mocking. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetSensorEvents(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, RequestContext) |
Returns a list of sensor events data. Time span for query is limited to 90 days at a time. Returns last 90 days events when startDateTime and endDateTime are not provided. |
GetSensorEventsAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, RequestContext) |
Returns a list of sensor events data. Time span for query is limited to 90 days at a time. Returns last 90 days events when startDateTime and endDateTime are not provided. |
Applies to
Azure SDK for .NET