| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
static SqlQuery.FromType |
SqlQuery.FromType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlQuery.FromType[] |
SqlQuery.FromType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlQuery |
SqlQuery.createSqlQuery(String selection,
SqlQuery.FromType fromType,
String where,
String groupby)
Creates a Sql style query for IotHub
|
Copyright © 2017. All rights reserved.