| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data | |
| com.microsoft.azure.kusto.data.auth | |
| com.microsoft.azure.kusto.data.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static DataServiceException |
BaseClient.createExceptionFromResponse(String url,
com.azure.core.http.HttpResponse httpResponse,
Exception thrownException,
String errorFromResponse) |
| Modifier and Type | Method and Description |
|---|---|
KustoOperationResult |
Client.executeMgmt(String command)
Executes a management command against the default database.
|
KustoOperationResult |
Client.executeMgmt(String database,
String command)
Executes a management command against a specified database.
|
KustoOperationResult |
Client.executeMgmt(String database,
String command,
ClientRequestProperties properties)
Executes a management command against a specified database with additional request properties.
|
KustoOperationResult |
Client.executeQuery(String query)
Executes a query against the default database.
|
KustoOperationResult |
Client.executeQuery(String database,
String query)
Executes a query against the specified database.
|
KustoOperationResult |
Client.executeQuery(String database,
String query,
ClientRequestProperties properties)
Executes a query against a specified database with additional request properties.
|
KustoOperationResult |
StreamingClient.executeStreamingIngest(String database,
String table,
InputStream stream,
ClientRequestProperties properties,
String streamFormat,
String mappingName,
boolean leaveOpen)
Ingest data from a given stream directly into Kusto database.
|
KustoOperationResult |
StreamingClient.executeStreamingIngestFromBlob(String databaseName,
String tableName,
String blobUrl,
ClientRequestProperties clientRequestProperties,
String dataFormat,
String ingestionMappingReference) |
InputStream |
StreamingClient.executeStreamingQuery(String command) |
InputStream |
StreamingClient.executeStreamingQuery(String database,
String command) |
InputStream |
StreamingClient.executeStreamingQuery(String database,
String command,
ClientRequestProperties properties)
Query directly from Kusto database using streaming output.
|
String |
Client.executeToJsonResult(String database,
String command,
ClientRequestProperties properties)
Executes a query command and returns the result as a JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.microsoft.aad.msal4j.IAuthenticationResult |
ConfidentialAppTokenProviderBase.acquireNewAccessToken() |
protected void |
AzureIdentityTokenProvider.initializeWithCloudInfo(CloudInfo cloudInfo) |
protected void |
ConfidentialAppTokenProviderBase.initializeWithCloudInfo(CloudInfo cloudInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
IODataServiceException |
class |
ThrottleException |
| Modifier and Type | Method and Description |
|---|---|
static DataServiceException |
ExceptionUtils.createExceptionOnPost(Exception e,
URL url,
String kind) |
Copyright © 2025. All rights reserved.