Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个 TSI-Endpoint 提供来自例如 iot-hub 的时间序列的最新消息?在我目前的情况下,我必须轮询一段时间(例如现在到过去 30 秒),我想知道是否有更好的方法来做到这一点?
不幸的是,没有端点可以让您仅查询最后一个事件。您可以使用 GetEvents 并在过去 30 秒内进行查询,如您所说,或查看来自事件中心/IoT 中心的最后一条消息。