| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data | |
| com.microsoft.azure.kusto.data.req |
| Modifier and Type | Method and Description |
|---|---|
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommandType |
KustoRequest.getCommandType()
A getter for this KustoRequest object's inner command type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KustoRequest.setCommandType(CommandType commandType)
A setter for this KustoRequest object's inner command type.
|
| Constructor and Description |
|---|
KustoRequest(String command,
ClientRequestProperties properties,
CommandType commandType)
A constructor providing the command to be executed, the database to target, and the command type.
|
KustoRequest(String command,
CommandType commandType)
A constructor providing the command to be executed, and the command type.
|
KustoRequest(String command,
String database,
ClientRequestProperties properties,
CommandType commandType)
An all args constructor providing the command to be executed, sanitized query parameters, the database to target, and the command type.
|
KustoRequest(String command,
String database,
CommandType commandType)
A constructor providing the command to be executed, the database to target, and the command type.
|
Copyright © 2025. All rights reserved.