| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
RegistryStatistics |
RegistryManager.getStatistics()
Get device statistics
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RegistryStatistics> |
RegistryManager.getStatisticsAsync()
Deprecated.
Use the synchronous version of this API
RegistryManager.getStatistics(). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
Copyright © 2022. All rights reserved.