| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
QueryCollection |
DeviceTwin.queryTwinCollection(String sqlQuery)
Create a
QueryCollection object that can be used to query whole pages of results at a time. |
QueryCollection |
DeviceTwin.queryTwinCollection(String sqlQuery,
Integer pageSize)
Create a
QueryCollection object that can be used to query whole pages of results at a time. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeviceTwin.hasNext(QueryCollection deviceTwinQueryCollection)
Returns
True if the provided deviceTwinQueryCollection has a next page to query. |
QueryCollectionResponse<DeviceTwinDevice> |
DeviceTwin.next(QueryCollection deviceTwinQueryCollection)
Returns the next
DeviceTwinDevice collection for the given query alongside the continuation token needed
for querying the next page. |
QueryCollectionResponse<DeviceTwinDevice> |
DeviceTwin.next(QueryCollection deviceTwinQueryCollection,
QueryOptions options)
Returns the next
DeviceTwinDevice collection for the given query alongside the continuation token needed
for querying the next page. |
Copyright © 2022. All rights reserved.