| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.fromString(String type) |
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Query(int pageSize,
QueryType requestQueryType)
Constructor for Query.
|
Query(String query,
int pageSize,
QueryType requestQueryType)
Constructor for Query.
|
QueryCollection(int pageSize,
QueryType requestQueryType,
IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod httpMethod,
int httpConnectTimeout,
int httpReadTimeout,
Proxy proxy)
Constructor for non-sql based queries.
|
QueryCollection(int pageSize,
QueryType requestQueryType,
IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod httpMethod,
long timeout)
Deprecated.
|
QueryCollection(String query,
int pageSize,
QueryType requestQueryType,
IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod httpMethod,
int httpConnectTimeout,
int httpReadTimeout,
Proxy proxy)
Constructor for sql based queries
|
QueryCollection(String query,
int pageSize,
QueryType requestQueryType,
IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod httpMethod,
long timeout)
Deprecated.
|
Copyright © 2022. All rights reserved.