Sdílet prostřednictvím


SensorEvents Class

Definition

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