Uses of Class
com.microsoft.azure.kusto.data.exceptions.DataClientException
-
Packages that use DataClientException Package Description com.microsoft.azure.kusto.data com.microsoft.azure.kusto.data.auth -
-
Uses of DataClientException in com.microsoft.azure.kusto.data
Methods in com.microsoft.azure.kusto.data that throw DataClientException Modifier and Type Method Description KustoOperationResultClient. execute(String command)KustoOperationResultClient. execute(String database, String command)KustoOperationResultClient. execute(String database, String command, ClientRequestProperties properties)KustoOperationResultClientImpl. execute(String command)KustoOperationResultClientImpl. execute(String database, String command)KustoOperationResultClientImpl. execute(String database, String command, ClientRequestProperties properties)KustoOperationResultStreamingClient. execute(String command)Execute the provided command against the default database.KustoOperationResultClientImpl. executeStreamingIngest(String database, String table, InputStream stream, ClientRequestProperties properties, String streamFormat, String mappingName, boolean leaveOpen)KustoOperationResultStreamingClient. 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.InputStreamClientImpl. executeStreamingQuery(String command)InputStreamClientImpl. executeStreamingQuery(String database, String command)InputStreamClientImpl. executeStreamingQuery(String database, String command, ClientRequestProperties properties)InputStreamStreamingClient. executeStreamingQuery(String command)InputStreamStreamingClient. executeStreamingQuery(String database, String command)InputStreamStreamingClient. executeStreamingQuery(String database, String command, ClientRequestProperties properties)Query directly from Kusto database using streaming output.StringClient. executeToJsonResult(String database)StringClient. executeToJsonResult(String database, String command)StringClient. executeToJsonResult(String database, String command, ClientRequestProperties properties)StringClientImpl. executeToJsonResult(String command)StringClientImpl. executeToJsonResult(String database, String command)StringClientImpl. executeToJsonResult(String database, String command, ClientRequestProperties properties) -
Uses of DataClientException in com.microsoft.azure.kusto.data.auth
Methods in com.microsoft.azure.kusto.data.auth that throw DataClientException Modifier and Type Method Description StringCallbackTokenProvider. acquireAccessToken()StringCloudDependentTokenProviderBase. acquireAccessToken()abstract StringTokenProviderBase. acquireAccessToken()protected abstract StringCloudDependentTokenProviderBase. acquireAccessTokenImpl()StringMsalTokenProviderBase. acquireAccessTokenImpl()protected com.microsoft.aad.msal4j.IAuthenticationResultMsalTokenProviderBase. acquireAccessTokenSilently()protected abstract com.microsoft.aad.msal4j.IAuthenticationResultMsalTokenProviderBase. acquireNewAccessToken()protected com.microsoft.aad.msal4j.IAuthenticationResultUserPromptTokenProvider. acquireNewAccessToken()protected voidCloudDependentTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidConfidentialAppTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidManagedIdentityTokenProvider. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidMsalTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)protected voidPublicAppTokenProviderBase. initializeWithCloudInfo(CloudInfo cloudInfo)
-