Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W _ 

A

aadAuthorityUrl - Variable in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
AccessTokenTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
acquireAccessToken() - Method in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.AccessTokenTokenProvider
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.AsyncCallbackTokenProvider
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.CallbackTokenProvider
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
acquireAccessTokenImpl() - Method in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
acquireAccessTokenSilently() - Method in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
acquireAccessTokenSilentlyMsal() - Method in class com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
 
acquireAccessTokenSilentlyMsal() - Method in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
acquireNewAccessToken() - Method in class com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
 
acquireNewAccessToken() - Method in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
addColumn(KustoType<C>, String, boolean, BiConsumer<R, C>) - Method in class com.microsoft.azure.kusto.data.KustoResultMapper.Builder
Add a column by name.
addColumn(KustoType<C>, String, int, boolean, BiConsumer<R, C>) - Method in class com.microsoft.azure.kusto.data.KustoResultMapper.Builder
Add a column by name and ordinal (column index).
addColumn(KustoType<C>, int, boolean, BiConsumer<R, C>) - Method in class com.microsoft.azure.kusto.data.KustoResultMapper.Builder
Add a column by ordinal (column index).
addException(Exception) - Method in class com.microsoft.azure.kusto.data.instrumentation.Tracer.Span
 
addTrustedHosts(List<MatchRule>, boolean) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
Adds the rules that determine if a hostname is a valid/trusted Kusto endpoint (extends existing rules).
aliases - Variable in class com.microsoft.azure.kusto.data.auth.KeywordData
 
AllowedEndpoints() - Constructor for class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData.AllowedEndpoints
 
AllowedEndpointsByLogin - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData
 
AllowedKustoHostnames - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData.AllowedEndpoints
 
AllowedKustoSuffixes - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData.AllowedEndpoints
 
appendIfMissing(String, CharSequence, CharSequence...) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Appends the suffix to the end of the string if the string does not already end with any of the suffixes.
appendPathToUri(String, String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
ApplicationCertificateTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
ApplicationKeyTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
ApplicationKeyTokenProvider(String, String, String, String, HttpClient) - Constructor for class com.microsoft.azure.kusto.data.auth.ApplicationKeyTokenProvider
 
apply(U) - Method in interface com.microsoft.azure.kusto.data.instrumentation.FunctionOneException
Execute a data operation.
apply(U) - Method in interface com.microsoft.azure.kusto.data.instrumentation.FunctionTwoExceptions
Execute a data operation.
apply(T) - Method in interface com.microsoft.azure.kusto.data.KustoCheckedFunction
 
argIsNotNull(Object, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
AsyncCallbackTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
available() - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
available() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
AzureCliTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
AzureCliTokenProvider(String, HttpClient) - Constructor for class com.microsoft.azure.kusto.data.auth.AzureCliTokenProvider
 
AzureIdentityTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 

B

BaseClient - Class in com.microsoft.azure.kusto.data
 
BaseClient(HttpClient) - Constructor for class com.microsoft.azure.kusto.data.BaseClient
 
beforeFirst() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
build() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
 
build() - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
build() - Method in class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 
build() - Method in class com.microsoft.azure.kusto.data.KustoResultMapper.Builder
 
builder() - Static method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
Instantiates a new builder.
Builder(Supplier<R>) - Constructor for class com.microsoft.azure.kusto.data.KustoResultMapper.Builder
 
buildRetryConfig(Class<? extends Throwable>...) - Static method in class com.microsoft.azure.kusto.data.Utils
 
buildRetryConfig(Predicate<Throwable>) - Static method in class com.microsoft.azure.kusto.data.Utils
 

C

CALLBACK_TOKEN_PROVIDER - Static variable in class com.microsoft.azure.kusto.data.auth.AsyncCallbackTokenProvider
 
CALLBACK_TOKEN_PROVIDER - Static variable in class com.microsoft.azure.kusto.data.auth.CallbackTokenProvider
 
CallbackTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
chop(String) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Removes the last character from a string.
clearOptions() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
clearParameters() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
Client - Interface in com.microsoft.azure.kusto.data
A client for interacting with Kusto.
ClientDetails - Class in com.microsoft.azure.kusto.data
 
ClientDetails(String, String, String) - Constructor for class com.microsoft.azure.kusto.data.ClientDetails
 
ClientFactory - Class in com.microsoft.azure.kusto.data
 
ClientRequestProperties - Class in com.microsoft.azure.kusto.data
 
ClientRequestProperties() - Constructor for class com.microsoft.azure.kusto.data.ClientRequestProperties
 
clone() - Method in class com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
 
close() - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
Closes all parent resources once the stream is closed
close() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
Explicitly does nothing, does preserving the inner stream as open
close() - Method in class com.microsoft.azure.kusto.data.instrumentation.Tracer.Span
 
CloseParentResourcesStream - Class in com.microsoft.azure.kusto.data.http
This class allows parent resources (HttpClient and HttpResponse) to be closed when the stream is closed.
CloseParentResourcesStream(HttpResponse, InputStream) - Constructor for class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
CloudDependentTokenProviderBase - Class in com.microsoft.azure.kusto.data.auth
 
CloudInfo - Class in com.microsoft.azure.kusto.data.auth
 
CloudInfo(boolean, String, String, String, String, String) - Constructor for class com.microsoft.azure.kusto.data.auth.CloudInfo
 
clusterUrl - Variable in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
COLUMN_NAME_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
COLUMN_TYPE_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
COLUMN_TYPE_SECOND_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
COLUMNS_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
com.microsoft.azure.kusto.data - package com.microsoft.azure.kusto.data
 
com.microsoft.azure.kusto.data.auth - package com.microsoft.azure.kusto.data.auth
 
com.microsoft.azure.kusto.data.auth.endpoints - package com.microsoft.azure.kusto.data.auth.endpoints
 
com.microsoft.azure.kusto.data.exceptions - package com.microsoft.azure.kusto.data.exceptions
 
com.microsoft.azure.kusto.data.format - package com.microsoft.azure.kusto.data.format
 
com.microsoft.azure.kusto.data.http - package com.microsoft.azure.kusto.data.http
 
com.microsoft.azure.kusto.data.instrumentation - package com.microsoft.azure.kusto.data.instrumentation
 
com.microsoft.azure.kusto.data.req - package com.microsoft.azure.kusto.data.req
 
com.microsoft.azure.kusto.data.res - package com.microsoft.azure.kusto.data.res
 
CommandType - Enum in com.microsoft.azure.kusto.data
 
ConfidentialAppTokenProviderBase - Class in com.microsoft.azure.kusto.data.auth
 
ConnectionStringBuilder - Class in com.microsoft.azure.kusto.data.auth
 
ConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
ConnectionStringBuilder(String) - Constructor for class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Creates a ConnectionStringBuilder from a connection string.
contextWithTimeout(Duration) - Static method in class com.microsoft.azure.kusto.data.req.RequestUtils
 
count() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
create(List<MatchRule>) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.FastSuffixMatcher
Creates a new matcher with the provided matching rules.
create(FastSuffixMatcher, List<MatchRule>) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.FastSuffixMatcher
Creates a new matcher with the provided matching rules.
create(HttpClientProperties) - Static method in class com.microsoft.azure.kusto.data.http.HttpClientFactory
Creates a new HTTP client.
createClient(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new Client instance with the given connection string.
createClient(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new Client instance with the given connection string.
createClient(ConnectionStringBuilder, HttpClient) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new Client instance with the given connection string.
createClusterURLFrom(String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
createCommandPayload(KustoRequest) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
createExceptionFromResponse(String, HttpResponse, Exception, String) - Static method in class com.microsoft.azure.kusto.data.BaseClient
 
createExceptionOnPost(Exception, URL, String) - Static method in class com.microsoft.azure.kusto.data.exceptions.ExceptionUtils
 
createStreamingClient(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new StreamingClient instance with the given connection string.
createStreamingClient(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new StreamingClient instance with the given connection string.
createStreamingClient(ConnectionStringBuilder, HttpClient) - Static method in class com.microsoft.azure.kusto.data.ClientFactory
Creates a new StreamingClient instance with the given connection string.
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.ApplicationKeyTokenProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.AzureCliTokenProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.DeviceAuthTokenProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.ManagedIdentityTokenProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.TokenCredentialProvider
 
createTokenCredential(CredentialBuilderBase<?>) - Method in class com.microsoft.azure.kusto.data.auth.UserPromptTokenProvider
 
createTokenProvider(ConnectionStringBuilder, HttpClient) - Static method in class com.microsoft.azure.kusto.data.auth.TokenProviderFactory
 
createWithAadAccessTokenAuthentication(String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCertificate(String, String, X509Certificate, PrivateKey) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCertificate(String, String, X509Certificate, PrivateKey, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCertificateSubjectNameIssuer(String, String, List<X509Certificate>, PrivateKey) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCertificateSubjectNameIssuer(String, String, List<X509Certificate>, PrivateKey, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCredentials(String, String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadApplicationCredentials(String, String, String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadAsyncTokenProviderAuthentication(String, Mono<String>) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadManagedIdentity(String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadManagedIdentity(String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAadTokenProviderAuthentication(String, Callable<String>) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithAzureCli(String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithDeviceCode(String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithDeviceCode(String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithTokenCredential(String, TokenCredential) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithUserPrompt(String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithUserPrompt(String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
createWithUserPrompt(String, String, String) - Static method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
CslBoolFormat - Class in com.microsoft.azure.kusto.data.format
 
CslBoolFormat(boolean) - Constructor for class com.microsoft.azure.kusto.data.format.CslBoolFormat
 
CslDateTimeFormat - Class in com.microsoft.azure.kusto.data.format
 
CslDateTimeFormat(LocalDateTime) - Constructor for class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
CslDateTimeFormat(Date) - Constructor for class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
CslDateTimeFormat(Long) - Constructor for class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
CslDateTimeFormat(String) - Constructor for class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
CslFormat - Class in com.microsoft.azure.kusto.data.format
 
CslFormat() - Constructor for class com.microsoft.azure.kusto.data.format.CslFormat
 
CslIntFormat - Class in com.microsoft.azure.kusto.data.format
 
CslIntFormat(int) - Constructor for class com.microsoft.azure.kusto.data.format.CslIntFormat
 
CslLongFormat - Class in com.microsoft.azure.kusto.data.format
 
CslLongFormat(long) - Constructor for class com.microsoft.azure.kusto.data.format.CslLongFormat
 
CslRealFormat - Class in com.microsoft.azure.kusto.data.format
 
CslRealFormat(double) - Constructor for class com.microsoft.azure.kusto.data.format.CslRealFormat
 
CslStringFormat - Class in com.microsoft.azure.kusto.data.format
 
CslStringFormat(String) - Constructor for class com.microsoft.azure.kusto.data.format.CslStringFormat
 
CslTimespanFormat - Class in com.microsoft.azure.kusto.data.format
 
CslTimespanFormat(Duration) - Constructor for class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
CslTimespanFormat(String) - Constructor for class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
CslUuidFormat - Class in com.microsoft.azure.kusto.data.format
 
CslUuidFormat(UUID) - Constructor for class com.microsoft.azure.kusto.data.format.CslUuidFormat
 

D

DataClientException - Exception in com.microsoft.azure.kusto.data.exceptions
 
DataClientException(Exception) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataClientException
 
DataClientException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataClientException
 
DataClientException(String, String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataClientException
 
DataClientException(String, String, Exception) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataClientException
 
DataServiceException - Exception in com.microsoft.azure.kusto.data.exceptions
 
DataServiceException(String, String, boolean) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataServiceException
 
DataServiceException(String, String, Exception, boolean) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataServiceException
 
DataWebException - Exception in com.microsoft.azure.kusto.data.exceptions
 
DataWebException(String, HttpResponse, Throwable) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataWebException
 
DataWebException(String, HttpResponse) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataWebException
 
DataWebException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.DataWebException
 
DATE_TIME_FORMATTER - Static variable in class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
DATETIME_INSTANT - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
DATETIME_LONG - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
DATETIME_ZONED_DATE_TIME - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
DEFAULT_CLOUD - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_DATABASE_NAME - Static variable in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
DEFAULT_FIRST_PARTY_AUTHORITY_URL - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_KUSTO_CLIENT_APP_ID - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_KUSTO_SERVICE_RESOURCE_ID - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_LOGIN_MFA_REQUIRED - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_PUBLIC_LOGIN_URL - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DEFAULT_REDIRECT_URI - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
determineScope() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
DeviceAuthTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 

E

EMPTY - Static variable in class com.microsoft.azure.kusto.data.StringUtils
 
enableWellKnownKustoEndpointsValidation - Static variable in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
 
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Case-insensitive check if a CharSequence ends with a specified suffix.
Ensure - Class in com.microsoft.azure.kusto.data
 
Ensure() - Constructor for class com.microsoft.azure.kusto.data.Ensure
 
equals(Object) - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
ERROR_ACQUIRING_APPLICATION_ACCESS_TOKEN - Static variable in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
ERROR_INVALID_AUTHORITY_URL - Static variable in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
ERROR_INVALID_AUTHORITY_URL - Static variable in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
ERROR_MESSAGE - Static variable in exception com.microsoft.azure.kusto.data.exceptions.ThrottleException
 
exact - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
 
EXCEPTIONS_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
ExceptionUtils - Class in com.microsoft.azure.kusto.data.exceptions
 
ExceptionUtils() - Constructor for class com.microsoft.azure.kusto.data.exceptions.ExceptionUtils
 
executeMgmt(String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command against the default database.
executeMgmt(String, String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command against a specified database.
executeMgmt(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command against a specified database with additional request properties.
executeMgmtAsync(String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command asynchronously against the default database.
executeMgmtAsync(String, String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command asynchronously against a specified database.
executeMgmtAsync(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a management command asynchronously against a specified database with additional request properties.
executeQuery(String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query against the default database.
executeQuery(String, String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query against the specified database.
executeQuery(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query against a specified database with additional request properties.
executeQueryAsync(String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query against the default database.
executeQueryAsync(String, String) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query against a specified database.
executeQueryAsync(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query command asynchronously against a specified database with additional request properties.
executeStreamingIngest(String, String, InputStream, ClientRequestProperties, String, String, boolean) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
Ingest data from a given stream directly into Kusto database.
executeStreamingIngestAsync(String, String, InputStream, ClientRequestProperties, String, String, boolean) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingIngestFromBlob(String, String, String, ClientRequestProperties, String, String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingIngestFromBlobAsync(String, String, String, ClientRequestProperties, String, String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingQuery(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
Query directly from Kusto database using streaming output.
executeStreamingQuery(String, String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingQuery(String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingQueryAsync(String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingQueryAsync(String, String) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeStreamingQueryAsync(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.StreamingClient
 
executeToJsonResult(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query command and returns the result as a JSON string.
executeToJsonResultAsync(String, String, ClientRequestProperties) - Method in interface com.microsoft.azure.kusto.data.Client
Executes a query command asynchronously and returns the result as a JSON string.
ExponentialRetry - Class in com.microsoft.azure.kusto.data
 
ExponentialRetry(int) - Constructor for class com.microsoft.azure.kusto.data.ExponentialRetry
 
ExponentialRetry(int, double, double) - Constructor for class com.microsoft.azure.kusto.data.ExponentialRetry
 
ExponentialRetry(ExponentialRetry) - Constructor for class com.microsoft.azure.kusto.data.ExponentialRetry
 
extractList(KustoResultSetTable) - Method in class com.microsoft.azure.kusto.data.KustoResultMapper
 
extractSingle(KustoResultSetTable) - Method in class com.microsoft.azure.kusto.data.KustoResultMapper
 

F

FastSuffixMatcher - Class in com.microsoft.azure.kusto.data.auth.endpoints
 
FEDERATED_SECURITY_SUFFIX - Static variable in class com.microsoft.azure.kusto.data.UriUtils
 
fileExists(File, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
fileExists(String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
findColumn(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
first() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
FORBIDDEN - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
formatDurationAsTimespan(Duration) - Static method in class com.microsoft.azure.kusto.data.Utils
 
FOUND - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
fromConnectorDetails(String, String, boolean, String, String, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.ClientDetails
Sets the application name and username for Kusto connectors.
fromExistingRequest(HttpRequest) - Static method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
fromJsonArray(ArrayNode) - Static method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
fromJsonObject(JsonNode) - Static method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
fromOneApiErrorArray(ArrayNode, boolean) - Static method in exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
fromString(String) - Static method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
FunctionOneException<T,U,V extends Exception> - Interface in com.microsoft.azure.kusto.data.instrumentation
Supplier is a functional interface that can be used to execute data operations.
FunctionTwoExceptions<T,U,V1 extends Exception,V2 extends Exception> - Interface in com.microsoft.azure.kusto.data.instrumentation
FunctionTwoExceptions is a functional interface that can be used to execute data operations.

G

get(String) - Method in class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 
get() - Method in interface com.microsoft.azure.kusto.data.instrumentation.SupplierOneException
Execute a data operation.
get() - Method in interface com.microsoft.azure.kusto.data.instrumentation.SupplierTwoExceptions
Execute a data operation.
getActivityTypeSuffix() - Method in enum com.microsoft.azure.kusto.data.CommandType
 
getActivityTypeSuffix() - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
getApiError() - Method in exception com.microsoft.azure.kusto.data.exceptions.DataWebException
 
getApplication() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Gets the application name for tracing purposes.
getApplicationForTracing() - Method in class com.microsoft.azure.kusto.data.ClientDetails
 
getApplicationNameForTracing() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Gets the application name for tracing purposes.
getArray(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getArray(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getAsciiStream(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getAsyncTokenProvider() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
getAuthMethod() - Method in class com.microsoft.azure.kusto.data.auth.AsyncCallbackTokenProvider
 
getAuthMethod() - Method in class com.microsoft.azure.kusto.data.auth.CallbackTokenProvider
 
getAuthMethod() - Method in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
getBigDecimal(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBigDecimal(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBinaryStream(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBinaryStream(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBoolean(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBoolean(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBooleanObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBooleanObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getByte(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getByte(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBytes(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getBytes(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getCanonicalName() - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
getCharacterStream(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getCharacterStream(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getClientApplication() - Method in class com.microsoft.azure.kusto.data.auth.ApplicationCertificateTokenProvider
 
getClientApplication() - Method in class com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
 
getClientApplication() - Method in class com.microsoft.azure.kusto.data.auth.SubjectNameIssuerTokenProvider
 
getClientDetails() - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
getClientRequestId() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
getClientRequestIdPrefix() - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
getClientVersionForTracing() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Gets the client version for tracing.
getClientVersionForTracing() - Method in class com.microsoft.azure.kusto.data.ClientDetails
 
getClusterUrl() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
getCode() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
getColumnName() - Method in class com.microsoft.azure.kusto.data.KustoResultColumn
 
getColumnNameToIndex() - Method in class com.microsoft.azure.kusto.data.Results
 
getColumnNameToType() - Method in class com.microsoft.azure.kusto.data.Results
 
getColumns() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getColumnType() - Method in class com.microsoft.azure.kusto.data.KustoResultColumn
 
getCommand() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A getter for this KustoRequest object's inner command String.
getCommandType() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A getter for this KustoRequest object's inner command type.
getContext() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
getCurrentRow() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getCustomTokenCredential() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
getData() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDatabase() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A getter for this KustoRequest object's inner database String.
getDate(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDate(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDate(int, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
This will cut the date up to yyyy-MM-dd'T'HH:mm:ss.SSS
getDate(String, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDescription() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
getDouble(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDouble(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDoubleObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getDoubleObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getEndpoint() - Method in enum com.microsoft.azure.kusto.data.CommandType
 
getEndpoint() - Method in class com.microsoft.azure.kusto.data.res.JsonResult
 
getErrorFromResponse() - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
getExceptions() - Method in exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
getExceptions() - Method in class com.microsoft.azure.kusto.data.Results
 
getFirstPartyAuthorityUrl() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getFloat(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getFloat(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getFloatObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getFloatObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getHttpRequest() - Method in class com.microsoft.azure.kusto.data.req.KustoRequestContext
 
getHttpResponse() - Method in exception com.microsoft.azure.kusto.data.exceptions.WebException
 
getHttpResponse() - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
getIndexByColumnName(String) - Method in class com.microsoft.azure.kusto.data.Results
 
getIngestionSource() - Method in exception com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
 
getInitialCatalog() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Gets the default database to connect to.
getInnerStream() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
getInstance() - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData
 
getInstance() - Static method in class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 
getInt(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getInt(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getIntegerObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getIntegerObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getJSONObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getJSONObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getKustoClientAppId() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getKustoClientRedirectUri() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getKustoDateTime(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getKustoDateTime(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getKustoServiceResourceId() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getLocalTime(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getLocalTime(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getLoginEndpoint() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getLong(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getLong(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getLongObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getLongObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getManagedIdentityClientId() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
getMessage() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
getMessageEx(Exception) - Static method in class com.microsoft.azure.kusto.data.exceptions.ExceptionUtils
 
getObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getObjectMapper() - Static method in class com.microsoft.azure.kusto.data.Utils
 
getOption(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
getOrdinal() - Method in class com.microsoft.azure.kusto.data.KustoResultColumn
 
getPackageVersion() - Static method in class com.microsoft.azure.kusto.data.Utils
 
getParameter(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
getPrimaryResults() - Method in class com.microsoft.azure.kusto.data.KustoOperationResult
 
getProperties() - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
getProperties() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A getter for this KustoRequest object's inner ClientRequestProperties.
getProxy() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
The proxy to use when connecting to the remote server.
getRedirectCount() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
getRedirectCount() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
 
getResponseBody(HttpResponse) - Static method in class com.microsoft.azure.kusto.data.Utils
 
getResult() - Method in class com.microsoft.azure.kusto.data.res.JsonResult
 
getResultTables() - Method in class com.microsoft.azure.kusto.data.KustoOperationResult
 
getSasAndEndpointFromResourceURL(String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
getSdkRequest() - Method in class com.microsoft.azure.kusto.data.req.KustoRequestContext
 
getShort(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getShort(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getShortObject(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getShortObject(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getStatusCode() - Method in exception com.microsoft.azure.kusto.data.exceptions.DataServiceException
 
getStatusCode() - Method in exception com.microsoft.azure.kusto.data.exceptions.WebException
 
getString(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getString(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getStringTail(String, int) - Static method in class com.microsoft.azure.kusto.data.StringUtils
 
getSuffixLength() - Method in class com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
 
getTableId() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTableKind() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTableName() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTime(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTime(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTime(int, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTime(String, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTimeoutInMilliSec() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Gets the amount of time a query may execute on the service before it times out.
getTimestamp(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTimestamp(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTimestamp(int, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTimestamp(String, Calendar) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getTokenProvider() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
getTracingAttributes() - Method in interface com.microsoft.azure.kusto.data.instrumentation.TraceableAttributes
 
getType() - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
getType() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslBoolFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslIntFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslLongFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslRealFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslStringFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
getType() - Method in class com.microsoft.azure.kusto.data.format.CslUuidFormat
 
getTypeByColumnName(String) - Method in class com.microsoft.azure.kusto.data.Results
 
getTypeClass() - Method in class com.microsoft.azure.kusto.data.KustoType
 
getURL(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getURL(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getUser() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Gets the application version for tracing purposes.
getUserNameForTracing() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Gets the username for tracing.
getUserNameForTracing() - Method in class com.microsoft.azure.kusto.data.ClientDetails
 
getUUID(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getUUID(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslBoolFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslIntFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslLongFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslRealFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslStringFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
getValue() - Method in class com.microsoft.azure.kusto.data.format.CslUuidFormat
 
getValues() - Method in class com.microsoft.azure.kusto.data.Results
 
GUID_STRING - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
GUID_UUID - Static variable in class com.microsoft.azure.kusto.data.KustoType
 

H

hashCode() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
hasNext() - Method in class com.microsoft.azure.kusto.data.KustoOperationResult
 
hasNext() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
httpClient - Variable in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
httpClient - Variable in class com.microsoft.azure.kusto.data.BaseClient
 
HttpClientFactory - Class in com.microsoft.azure.kusto.data.http
A static factory for HTTP clients.
HttpClientFactory() - Constructor for class com.microsoft.azure.kusto.data.http.HttpClientFactory
 
HttpClientProperties - Class in com.microsoft.azure.kusto.data.http
HTTP client properties.
HttpClientProperties.HttpClientPropertiesBuilder - Class in com.microsoft.azure.kusto.data.http
 
HttpClientPropertiesBuilder() - Constructor for class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
 
HttpClientWrapper - Class in com.microsoft.azure.kusto.data.auth
This class wraps an Azure Core HttpClient to be used as an MSAL IHttpClient.
HttpClientWrapper(HttpClient) - Constructor for class com.microsoft.azure.kusto.data.auth.HttpClientWrapper
 
HttpRequestBuilder - Class in com.microsoft.azure.kusto.data.http
 
HttpRequestBuilder(HttpMethod, String) - Constructor for class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
httpResponse - Variable in exception com.microsoft.azure.kusto.data.exceptions.WebException
 
HttpStatus - Class in com.microsoft.azure.kusto.data.http
 
HttpStatus() - Constructor for class com.microsoft.azure.kusto.data.http.HttpStatus
 
HttpTracing - Class in com.microsoft.azure.kusto.data.http
 
HttpTracing.HttpTracingBuilder - Class in com.microsoft.azure.kusto.data.http
 
HttpTracingBuilder() - Constructor for class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 

I

initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.ApplicationKeyTokenProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.AzureCliTokenProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.DeviceAuthTokenProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.ManagedIdentityTokenProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.TokenCredentialProvider
 
initBuilder() - Method in class com.microsoft.azure.kusto.data.auth.UserPromptTokenProvider
 
initializeTracer(Tracer) - Static method in class com.microsoft.azure.kusto.data.instrumentation.Tracer
 
initializeWithCloudInfo(CloudInfo) - Method in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
initializeWithCloudInfo(CloudInfo) - Method in class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
 
initializeWithCloudInfo(CloudInfo) - Method in class com.microsoft.azure.kusto.data.auth.ConfidentialAppTokenProviderBase
 
initializeWithCloudInfo(CloudInfo) - Method in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
INTEGER - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
invoke(Runnable, String) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(Runnable, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(SupplierOneException<T, U>, String) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(SupplierOneException<T, U>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(SupplierTwoExceptions<T, U1, U2>, String) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(SupplierTwoExceptions<T, U1, U2>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(FunctionOneException<T, Tracer.Span, U>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invoke(FunctionTwoExceptions<T, Tracer.Span, U1, U2>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
invokeAsync(FunctionOneException<Mono<T>, Tracer.Span, U>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
IODataServiceException - Exception in com.microsoft.azure.kusto.data.exceptions
 
IODataServiceException(String, IOException, String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.IODataServiceException
 
isAfterLast() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
isBeforeFirst() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
isBlank(CharSequence) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Checks if a CharSequence is empty (""), null or whitespace only.
isEmpty(CharSequence) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Checks if a CharSequence is empty (""), null or not.
isFalse(boolean, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
isGzipResponse(HttpResponse) - Static method in class com.microsoft.azure.kusto.data.Utils
Checks if an HTTP response is GZIP compressed.
isKeepAlive() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
Indicates whether a custom connection keep-alive time should be used.
isLast() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
isLocalAddress(String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
isLoginMfaRequired() - Method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
isMatch(String) - Method in class com.microsoft.azure.kusto.data.auth.endpoints.FastSuffixMatcher
 
isNotBlank(CharSequence) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isPermanent() - Method in exception com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
 
isPermanent() - Method in exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
isPermanent() - Method in class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
isRetriableIOException(IOException) - Static method in class com.microsoft.azure.kusto.data.Utils
 
isReturnInputStream() - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
isSecret() - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
isSupported() - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
isTrue(boolean, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 

J

JsonPropertyMissingException - Exception in com.microsoft.azure.kusto.data.exceptions
 
JsonPropertyMissingException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.JsonPropertyMissingException
 
JsonResult - Class in com.microsoft.azure.kusto.data.res
 
JsonResult(String, String) - Constructor for class com.microsoft.azure.kusto.data.res.JsonResult
 

K

KcsbKeywords - Class in com.microsoft.azure.kusto.data.auth
 
KcsbKeywords() - Constructor for class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 
keepAlive(boolean) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Set whether or not a custom connection keep-alive time should be used.
KeywordData - Class in com.microsoft.azure.kusto.data.auth
 
KeywordData() - Constructor for class com.microsoft.azure.kusto.data.auth.KeywordData
 
keywords - Variable in class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 
KnownKeywords - Enum in com.microsoft.azure.kusto.data.auth
 
knownKeywords - Static variable in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
KUSTO_DATETIME_PATTERN - Static variable in class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
KUSTO_DATETIME_PATTERN_NO_FRACTIONS - Static variable in class com.microsoft.azure.kusto.data.format.CslDateTimeFormat
 
KUSTO_TIMESPAN_PATTERN - Static variable in class com.microsoft.azure.kusto.data.format.CslTimespanFormat
 
KUSTO_TIMESPAN_REGEX - Static variable in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
KustoCheckedFunction<T,R,E1 extends Throwable,E2 extends Throwable> - Interface in com.microsoft.azure.kusto.data
 
KustoClientInvalidConnectionStringException - Exception in com.microsoft.azure.kusto.data.exceptions
Raised when Kusto client is initialized with an invalid endpoint
KustoClientInvalidConnectionStringException(Exception) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoClientInvalidConnectionStringException
 
KustoClientInvalidConnectionStringException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoClientInvalidConnectionStringException
 
KustoClientInvalidConnectionStringException(String, String, Exception) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoClientInvalidConnectionStringException
 
KustoDataExceptionBase - Exception in com.microsoft.azure.kusto.data.exceptions
 
KustoDataExceptionBase(String, String, Exception, boolean) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoDataExceptionBase
 
KustoOperationResult - Class in com.microsoft.azure.kusto.data
 
KustoOperationResult(String, String) - Constructor for class com.microsoft.azure.kusto.data.KustoOperationResult
 
KustoRequest - Class in com.microsoft.azure.kusto.data.req
 
KustoRequest(String) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing only the command to be executed.
KustoRequest(String, CommandType) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed, and the command type.
KustoRequest(String, String) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed and the database to target.
KustoRequest(String, String, CommandType) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed, the database to target, and the command type.
KustoRequest(String, ClientRequestProperties) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed and sanitized query parameters.
KustoRequest(String, ClientRequestProperties, CommandType) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed, the database to target, and the command type.
KustoRequest(String, String, ClientRequestProperties) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
A constructor providing the command to be executed, sanitized query parameters, and the database to target.
KustoRequest(String, String, ClientRequestProperties, CommandType) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequest
An all args constructor providing the command to be executed, sanitized query parameters, the database to target, and the command type.
KustoRequestContext - Class in com.microsoft.azure.kusto.data.req
 
KustoRequestContext(KustoRequest, HttpRequest) - Constructor for class com.microsoft.azure.kusto.data.req.KustoRequestContext
 
KustoResultColumn - Class in com.microsoft.azure.kusto.data
 
KustoResultColumn(String, String, int) - Constructor for class com.microsoft.azure.kusto.data.KustoResultColumn
 
KustoResultMapper<R> - Class in com.microsoft.azure.kusto.data
A class for mapping Kusto results to a list of pojos
KustoResultMapper.Builder<R> - Class in com.microsoft.azure.kusto.data
 
KustoResultSetTable - Class in com.microsoft.azure.kusto.data
 
KustoResultSetTable(JsonNode) - Constructor for class com.microsoft.azure.kusto.data.KustoResultSetTable
 
KustoServiceQueryError - Exception in com.microsoft.azure.kusto.data.exceptions
 
KustoServiceQueryError(String, List<RuntimeException>) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
KustoServiceQueryError(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
KustoTrustedEndpoints - Class in com.microsoft.azure.kusto.data.auth.endpoints
A helper class to determine which DNS names are "well-known/trusted"' Kusto endpoints.
KustoTrustedEndpoints() - Constructor for class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
 
KustoType<C> - Class in com.microsoft.azure.kusto.data
Represents various ADX data types and their bindings to Java classes.

L

last() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
LOCALHOST - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
logger - Variable in class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
LOGGER - Static variable in class com.microsoft.azure.kusto.data.BaseClient
 
LONG - Static variable in class com.microsoft.azure.kusto.data.KustoType
 

M

ManagedIdentityTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
ManagedIdentityTokenProvider(String, String, HttpClient) - Constructor for class com.microsoft.azure.kusto.data.auth.ManagedIdentityTokenProvider
 
manuallyAddToCache(String, Mono<CloudInfo>) - Static method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
mark(int) - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
mark(int) - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
markSupported() - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
markSupported() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
match(String) - Method in class com.microsoft.azure.kusto.data.auth.endpoints.FastSuffixMatcher
Matches an input string to the list of match rules, and returns MatchResult accordingly.
MatchResult - Class in com.microsoft.azure.kusto.data.auth.endpoints
 
MatchResult(Boolean, MatchRule) - Constructor for class com.microsoft.azure.kusto.data.auth.endpoints.MatchResult
 
MatchRule - Class in com.microsoft.azure.kusto.data.auth.endpoints
 
MatchRule(String, Boolean) - Constructor for class com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
 
maxConnectionsTotal(Integer) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Sets the total maximum number of connections the client may keep open at the same time.
maxConnectionTotal() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
The maximum number of connections the client may keep open at the same time across all routes.
maxIdleTime(Integer) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Set the maximum time persistent connections can stay idle while kept alive in the connection pool.
maxIdleTime() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
The maximum time persistent connections can stay idle while kept alive in the connection pool.
METADATA_ENDPOINT - Static variable in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
MonitoredActivity - Class in com.microsoft.azure.kusto.data.instrumentation
 
MonitoredActivity() - Constructor for class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
MsalTokenProviderBase - Class in com.microsoft.azure.kusto.data.auth
 

N

name - Variable in class com.microsoft.azure.kusto.data.auth.KeywordData
 
newBuilder() - Static method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
newBuilder(Supplier<R>) - Static method in class com.microsoft.azure.kusto.data.KustoResultMapper
 
newPost(String) - Static method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
next() - Method in class com.microsoft.azure.kusto.data.KustoOperationResult
 
next() - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
NONE - Static variable in class com.microsoft.azure.kusto.data.ClientDetails
 
normalize(String) - Static method in class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 
normalizeEntityName(String) - Static method in class com.microsoft.azure.kusto.data.StringUtils
 
NOT_FOUND - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 

O

OBJECT - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
OK - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
OneApiError - Class in com.microsoft.azure.kusto.data.exceptions
 
OneApiError(String, String, String, String, JsonNode, boolean) - Constructor for class com.microsoft.azure.kusto.data.exceptions.OneApiError
 
OPTION_CLIENT_MAX_REDIRECT_COUNT - Static variable in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
OPTION_NO_REQUEST_TIMEOUT - Static variable in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
OPTION_SERVER_TIMEOUT - Static variable in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
ORGANIZATION_URI_SUFFIX - Static variable in class com.microsoft.azure.kusto.data.auth.AzureIdentityTokenProvider
 
ORGANIZATION_URI_SUFFIX - Static variable in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 

P

ParseException - Exception in com.microsoft.azure.kusto.data.exceptions
 
ParseException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.ParseException
 
parseStringLiteral(String) - Static method in class com.microsoft.azure.kusto.data.format.CslStringFormat
 
parseValueFromValueWithType(String, String) - Static method in class com.microsoft.azure.kusto.data.format.CslFormat
 
postAsync(HttpRequest, long) - Method in class com.microsoft.azure.kusto.data.BaseClient
 
postToStreamingOutputAsync(HttpRequest, long, int, int) - Method in class com.microsoft.azure.kusto.data.BaseClient
 
prependIfMissing(String, String) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Prepends a prefix to a string if it doesn't already start with it.
processGzipBody(Flux<ByteBuffer>) - Static method in class com.microsoft.azure.kusto.data.Utils
 
processNonGzipBody(Flux<ByteBuffer>) - Static method in class com.microsoft.azure.kusto.data.Utils
 
provider(Class<? extends HttpClientProvider>) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Sets the HTTP Client Provider used by Azure Core when constructing HTTP Client instances.
provider() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
Gets the HTTP Client Provider used by Azure Core when constructing HTTP Client instances.
proxy(ProxyOptions) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Sets a proxy server to use for the client.

R

read() - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
read(byte[]) - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
read(byte[], int, int) - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
read() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
read(byte[]) - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
read(byte[], int, int) - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
readTimeout(Integer) - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties.HttpClientPropertiesBuilder
Sets the amount of time between each response data read from the network before timing out.
readTimeout() - Method in class com.microsoft.azure.kusto.data.http.HttpClientProperties
The amount of time between each response data read from the network before timing out.
REAL_DOUBLE - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
REAL_FLOAT - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
relative(int) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
removeEndIgnoreCase(String, String) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Removes a substring from the end of a string (case insensitive).
removeExtension(String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
removeOption(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
removeParameter(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
RequestUtils - Class in com.microsoft.azure.kusto.data.req
 
RequestUtils() - Constructor for class com.microsoft.azure.kusto.data.req.RequestUtils
 
reset() - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
reset() - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
resolveInputStream(HttpResponse, InputStream) - Static method in class com.microsoft.azure.kusto.data.Utils
Method responsible for constructing the correct InputStream type based on content encoding header
ResponseState - Class in com.microsoft.azure.kusto.data.res
A helper class to store and manage the state during the execution of the asynchronous HTTP request to handle streaming output.
ResponseState() - Constructor for class com.microsoft.azure.kusto.data.res.ResponseState
 
Results - Class in com.microsoft.azure.kusto.data
 
Results(HashMap<String, Integer>, HashMap<String, String>, ArrayList<ArrayList<String>>, String) - Constructor for class com.microsoft.azure.kusto.data.Results
 
retrieveCloudInfoForCluster(String) - Static method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
retrieveCloudInfoForClusterAsync(String, HttpClient) - Static method in class com.microsoft.azure.kusto.data.auth.CloudInfo
 
retry(List<Class<? extends Throwable>>, Predicate<? super Throwable>) - Method in class com.microsoft.azure.kusto.data.ExponentialRetry
Creates a retry mechanism with exponential backoff and jitter.
ROWS_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 

S

scopes - Variable in class com.microsoft.azure.kusto.data.auth.CloudDependentTokenProviderBase
 
secret - Variable in class com.microsoft.azure.kusto.data.auth.KeywordData
 
SECRET_REPLACEMENT - Static variable in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
send(HttpRequest) - Method in class com.microsoft.azure.kusto.data.auth.HttpClientWrapper
 
setActivityTypeSuffix(String) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
setApplication(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Sets the application name for tracing purposes.
setApplicationNameForTracing(String) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Sets the application name for tracing purposes.
setAttributes(Map<String, String>) - Method in class com.microsoft.azure.kusto.data.instrumentation.Tracer.Span
 
setClientDetails(ClientDetails) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
setClientRequestId(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setClientRequestIdPrefix(String) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
setClientVersionForTracing(String) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Deprecated.
This field will be reserved to only the version of the Kusto Java SDK in the future. Use ConnectionStringBuilder.setApplicationNameForTracing(String) instead. Sets the client version for tracing. This appends the given version to the Kusto Java SDK version.
setClusterUrl(String) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
setCommand(String) - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A setter for this KustoRequest object's inner command String.
setCommandType(CommandType) - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A setter for this KustoRequest object's inner command type.
setConnectorDetails(String, String, String, String, boolean, String, Map<String, String>) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Sets the application name and username for Kusto connectors.
setDatabase(String) - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A setter for this KustoRequest object's inner database String.
setEndpoint(String) - Method in class com.microsoft.azure.kusto.data.res.JsonResult
 
setErrorFromResponse(String) - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
setHttpRequest(HttpRequest) - Method in class com.microsoft.azure.kusto.data.req.KustoRequestContext
 
setHttpResponse(HttpResponse) - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
setOption(String, Object) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setOverridePolicy(Predicate<String>) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
 
setParameter(String, Object) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, Date) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, LocalDateTime) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, Duration) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, boolean) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, int) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, long) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, double) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setParameter(String, UUID) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
setPathForUri(String, String, boolean) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
setPathForUri(String, String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
setProperties(ClientRequestProperties) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing
 
setProperties(ClientRequestProperties) - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
A setter for this KustoRequest object's inner ClientRequestProperties.
setResult(String) - Method in class com.microsoft.azure.kusto.data.res.JsonResult
 
setReturnInputStream(boolean) - Method in class com.microsoft.azure.kusto.data.res.ResponseState
 
setSdkRequest(KustoRequest) - Method in class com.microsoft.azure.kusto.data.req.KustoRequestContext
 
setSecret(boolean) - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
setTableName(String) - Method in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
setTimeoutInMilliSec(Long) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Sets the amount of time a query may execute on the service before it times out.
setType(String) - Method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
 
setUser(String) - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
Sets the application username for tracing purposes.
setUserNameForTracing(String) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
Sets the username for tracing.
skip(long) - Method in class com.microsoft.azure.kusto.data.http.CloseParentResourcesStream
 
skip(long) - Method in class com.microsoft.azure.kusto.data.http.UncloseableStream
 
startSpan(String) - Static method in class com.microsoft.azure.kusto.data.instrumentation.Tracer
 
startSpan(String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.Tracer
 
startSpan(String, Context, ProcessKind, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.Tracer
 
StreamingClient - Interface in com.microsoft.azure.kusto.data
 
STRING - Static variable in class com.microsoft.azure.kusto.data.KustoType
 
stringIsNotBlank(String, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
stringIsNotEmpty(String, String) - Static method in class com.microsoft.azure.kusto.data.Ensure
 
StringUtils - Class in com.microsoft.azure.kusto.data
 
stripFileNameFromCommandLine(String) - Static method in class com.microsoft.azure.kusto.data.UriUtils
 
SubjectNameIssuerTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
suffix - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.MatchRule
 
SupplierOneException<T,U extends Exception> - Interface in com.microsoft.azure.kusto.data.instrumentation
Supplier is a functional interface that can be used to execute data operations.
SupplierTwoExceptions<T,U1 extends Exception,U2 extends Exception> - Interface in com.microsoft.azure.kusto.data.instrumentation
Supplier is a functional interface that can be used to execute data operations.

T

TABLE_ID_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
TABLE_KIND_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
TABLE_NAME_PROPERTY_NAME - Static variable in class com.microsoft.azure.kusto.data.KustoResultSetTable
 
TEMP_REDIRECT - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
ThrottleException - Exception in com.microsoft.azure.kusto.data.exceptions
 
ThrottleException(String) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.ThrottleException
 
TIMEOUT_MS - Static variable in class com.microsoft.azure.kusto.data.auth.MsalTokenProviderBase
 
TokenCredentialProvider - Class in com.microsoft.azure.kusto.data.auth
 
TokenProviderBase - Class in com.microsoft.azure.kusto.data.auth
 
TokenProviderBase(String, HttpClient) - Constructor for class com.microsoft.azure.kusto.data.auth.TokenProviderBase
 
TokenProviderFactory - Class in com.microsoft.azure.kusto.data.auth
 
TOO_MANY_REQS - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
toString(boolean) - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
toString() - Method in class com.microsoft.azure.kusto.data.auth.ConnectionStringBuilder
 
toString() - Method in class com.microsoft.azure.kusto.data.ClientRequestProperties
 
toString() - Method in exception com.microsoft.azure.kusto.data.exceptions.KustoServiceQueryError
 
toString() - Method in exception com.microsoft.azure.kusto.data.exceptions.WebException
 
toString() - Method in class com.microsoft.azure.kusto.data.format.CslFormat
 
TraceableAttributes - Interface in com.microsoft.azure.kusto.data.instrumentation
 
Tracer - Class in com.microsoft.azure.kusto.data.instrumentation
 
Tracer.Span - Class in com.microsoft.azure.kusto.data.instrumentation
 
type - Variable in class com.microsoft.azure.kusto.data.auth.KeywordData
 
type(Object) - Method in class com.microsoft.azure.kusto.data.KustoType
 

U

UNAUTHORIZED - Static variable in class com.microsoft.azure.kusto.data.http.HttpStatus
 
UncloseableStream - Class in com.microsoft.azure.kusto.data.http
This class exists to handle outside dependencies which close a stream when we don't want to.
UncloseableStream(InputStream) - Constructor for class com.microsoft.azure.kusto.data.http.UncloseableStream
 
unescapeJava(String) - Static method in class com.microsoft.azure.kusto.data.StringUtils
Unescapes Java string escape sequences in the input string.
unwrapCloudInfoException(String, Throwable) - Static method in class com.microsoft.azure.kusto.data.exceptions.ExceptionUtils
 
unwrapThrowable(String, Throwable) - Static method in exception com.microsoft.azure.kusto.data.exceptions.DataClientException
 
UriUtils - Class in com.microsoft.azure.kusto.data
 
UserPromptTokenProvider - Class in com.microsoft.azure.kusto.data.auth
 
Utils - Class in com.microsoft.azure.kusto.data
 

V

validateAndOptimize() - Method in class com.microsoft.azure.kusto.data.req.KustoRequest
Validates and optimizes the KustoQuery object.
validateTrustedEndpoint(String, String) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
Throw an exception if the endpoint specified is not trusted.
validateTrustedEndpoint(String) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
Throw an exception if the endpoint specified is not trusted.
validateTrustedEndpoint(URI, String) - Static method in class com.microsoft.azure.kusto.data.auth.endpoints.KustoTrustedEndpoints
Is the endpoint uri trusted?
valueOf(String) - Static method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.data.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.data.WellKnownDataSet
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.kusto.data.auth.KnownKeywords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.kusto.data.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.kusto.data.WellKnownDataSet
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.microsoft.azure.kusto.data.auth.KcsbKeywords
 

W

WebException - Exception in com.microsoft.azure.kusto.data.exceptions
 
WebException(String, HttpResponse, Throwable) - Constructor for exception com.microsoft.azure.kusto.data.exceptions.WebException
 
WellKnownDataSet - Enum in com.microsoft.azure.kusto.data
 
WellKnownKustoEndpointsData - Class in com.microsoft.azure.kusto.data.auth.endpoints
 
WellKnownKustoEndpointsData() - Constructor for class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData
 
WellKnownKustoEndpointsData.AllowedEndpoints - Class in com.microsoft.azure.kusto.data.auth.endpoints
 
withActivitySuffix(String) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 
withAuthorization(String) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withBody(BinaryData) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withClientDetails(ClientDetails) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 
withContentEncoding(String) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withContentType(String) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withHeaders(Map<String, String>) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withProperties(ClientRequestProperties) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 
withRequestPrefix(String) - Method in class com.microsoft.azure.kusto.data.http.HttpTracing.HttpTracingBuilder
 
withTracing(HttpTracing) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
withURL(String) - Method in class com.microsoft.azure.kusto.data.http.HttpRequestBuilder
 
wrap(Mono<T>, String) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 
wrap(Mono<T>, String, Map<String, String>) - Static method in class com.microsoft.azure.kusto.data.instrumentation.MonitoredActivity
 

_

_Comments - Variable in class com.microsoft.azure.kusto.data.auth.endpoints.WellKnownKustoEndpointsData
 
A B C D E F G H I J K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2025. All rights reserved.