Skip navigation links
A B C D E F G I M O P Q R S T U V 

A

activityId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
addAccount(String) - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
addAccount(RankedStorageAccount) - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
addResult(boolean) - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount
 
addResultToAccount(String, boolean) - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
ATTEMPT_COUNT - Static variable in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
AzureStorageClient - Class in com.microsoft.azure.kusto.ingest
 
AzureStorageClient() - Constructor for class com.microsoft.azure.kusto.ingest.AzureStorageClient
 
azureTableInsertEntity(TableClient, TableEntity) - Method in class com.microsoft.azure.kusto.ingest.AzureStorageClient
 

B

BlobSourceInfo - Class in com.microsoft.azure.kusto.ingest.source
 
BlobSourceInfo(String) - Constructor for class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
BlobSourceInfo(String, long) - Constructor for class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
BlobSourceInfo(String, long, UUID) - Constructor for class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 

C

CLASS_NAME - Static variable in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
CLASS_NAME - Static variable in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
close() - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
close() - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
close() - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
ColumnMapping - Class in com.microsoft.azure.kusto.ingest
Data class that describes the Mapping setting for .ingest command
ColumnMapping(String, String) - Constructor for class com.microsoft.azure.kusto.ingest.ColumnMapping
 
ColumnMapping(String, String, Map<String, String>) - Constructor for class com.microsoft.azure.kusto.ingest.ColumnMapping
 
ColumnMapping(ColumnMapping) - Constructor for class com.microsoft.azure.kusto.ingest.ColumnMapping
 
com.microsoft.azure.kusto.ingest - package com.microsoft.azure.kusto.ingest
 
com.microsoft.azure.kusto.ingest.exceptions - package com.microsoft.azure.kusto.ingest.exceptions
 
com.microsoft.azure.kusto.ingest.resources - package com.microsoft.azure.kusto.ingest.resources
 
com.microsoft.azure.kusto.ingest.result - package com.microsoft.azure.kusto.ingest.result
 
com.microsoft.azure.kusto.ingest.source - package com.microsoft.azure.kusto.ingest.source
 
com.microsoft.azure.kusto.ingest.utils - package com.microsoft.azure.kusto.ingest.utils
 
CompressionType - Enum in com.microsoft.azure.kusto.ingest.source
 
ContainerWithSas - Class in com.microsoft.azure.kusto.ingest.resources
 
ContainerWithSas(String, HttpClient) - Constructor for class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
createClient(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new queued ingest client, with default http client properties.
createClient(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new queued ingest client.
createClient(ConnectionStringBuilder, HttpClientProperties, boolean) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new queued ingest client.
createManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new managed streaming ingest client, with default http client properties.
createManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, HttpClientProperties, boolean) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new managed streaming ingest client.
createManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new managed streaming ingest client.
createManagedStreamingIngestClient(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new managed streaming ingest client, with default http client properties.
createManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties, boolean) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new managed streaming ingest client.
createManagedStreamingIngestClientFromDmCsb(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Deprecated.
- Ingest clients now automatically deduce the endpoint, use IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder) instead. Creates a new ManagedStreamingIngestClient from a DM connection string, with default http client properties. This method infers the engine connection string from the DM connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, boolean)
createManagedStreamingIngestClientFromDmCsb(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Deprecated.
- Ingest clients now automatically deduce the endpoint, use IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties, boolean) instead. Creates a new ManagedStreamingIngestClient from a DM connection string. This method infers the engine connection string from the DM connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, boolean)
createManagedStreamingIngestClientFromDmCsb(ConnectionStringBuilder, CloseableHttpClient, boolean) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new ManagedStreamingIngestClient from a DM connection string.
createManagedStreamingIngestClientFromDmCsb(ConnectionStringBuilder, CloseableHttpClient) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new ManagedStreamingIngestClient from a DM connection string.
createManagedStreamingIngestClientFromEngineCsb(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Deprecated.
- Ingest clients now automatically deduce the endpoint, use IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder) instead. Creates a new ManagedStreamingIngestClient from an engine connection string, with default http client properties. This method infers the DM connection string from the engine connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, boolean)
createManagedStreamingIngestClientFromEngineCsb(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Deprecated.
- Ingest clients now automatically deduce the endpoint, use IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties, boolean) instead. Creates a new ManagedStreamingIngestClient from an engine connection string. This method infers the DM connection string from the engine connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, boolean)
createStreamingIngestClient(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new streaming ingest client, with default http client properties.
createStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new streaming ingest client.
createStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties, boolean) - Static method in class com.microsoft.azure.kusto.ingest.IngestClientFactory
Creates a new streaming ingest client.
currentTimeMillis() - Method in class com.microsoft.azure.kusto.ingest.utils.SystemTimeProvider
 
currentTimeMillis() - Method in interface com.microsoft.azure.kusto.ingest.utils.TimeProvider
 

D

Database - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
database - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
DEFAULT_RANDOM_PROVIDER - Static variable in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
DEFAULT_TIME_PROVIDER - Static variable in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
DefaultRandomProvider - Class in com.microsoft.azure.kusto.ingest.utils
 
DefaultRandomProvider(Random) - Constructor for class com.microsoft.azure.kusto.ingest.utils.DefaultRandomProvider
 
DefaultRandomProvider() - Constructor for class com.microsoft.azure.kusto.ingest.utils.DefaultRandomProvider
 
Details - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
details - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 

E

errorCode - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
errorCodeString - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 

F

FailedOn - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
FailureStatus - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
failureStatus - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
FileSourceInfo - Class in com.microsoft.azure.kusto.ingest.source
 
FileSourceInfo(String, long) - Constructor for class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
FileSourceInfo(String, long, UUID) - Constructor for class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
fileToStream(FileSourceInfo, boolean) - Static method in class com.microsoft.azure.kusto.ingest.utils.IngestionUtils
 
fromDmConnectionString(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
- Ingest clients now automatically deduce the endpoint, use ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) instead. Creates a new ManagedStreamingIngestClient from a DM connection string, with default http client properties. This method infers the engine connection string from the DM connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder)
fromDmConnectionString(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
- Ingest clients now automatically deduce the endpoint, use ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) instead. Creates a new ManagedStreamingIngestClient from a DM connection string. This method infers the engine connection string from the DM connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder)
fromEngineConnectionString(ConnectionStringBuilder) - Static method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
- Ingest clients now automatically deduce the endpoint, use ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) instead. Creates a new ManagedStreamingIngestClient from an engine connection string, with default http client properties. This method infers the DM connection string from the engine connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder)
fromEngineConnectionString(ConnectionStringBuilder, HttpClientProperties) - Static method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
- Ingest clients now automatically deduce the endpoint, use ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) instead. Creates a new ManagedStreamingIngestClient from an engine connection string. This method infers the DM connection string from the engine connection string. For advanced usage, use ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder)
fromEntity(TableEntity) - Static method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 

G

generateEngineUriSuggestion(URIBuilder) - Static method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
getAccount(String) - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
getAccountName() - Method in class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
getAccountName() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getAccountName() - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount
 
getAccountName() - Method in interface com.microsoft.azure.kusto.ingest.resources.ResourceWithSas
 
getActivityId() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getAdditionalProperties() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getAdditionalProperties() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getAdditionalTags() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getApplicationForTracing() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getBlobPath() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getBlobPath() - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
getClientType() - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
getClientType() - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
getClientType() - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
getClientType() - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
getClientVersionForTracing() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getColumnMappings() - Method in class com.microsoft.azure.kusto.ingest.IngestionMapping
 
getColumnName() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getColumns() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getColumnType() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getCompression(String) - Static method in class com.microsoft.azure.kusto.ingest.utils.IngestionUtils
 
getCompressionType() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
getConstantValue() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getContainer() - Method in class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
getDatabase() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getDatabaseName() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getDatabaseName() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getDataFormat() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Returns the DataFormat
getDetails() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getDropByTags() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getEndpoint() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getEndpointWithoutSas() - Method in class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
getEndpointWithoutSas() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getEndpointWithoutSas() - Method in interface com.microsoft.azure.kusto.ingest.resources.ResourceWithSas
 
getEntityProperties() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getErrorCode() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getFailureStatus() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getFilePath() - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
getFlushImmediately() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getFlushImmediately() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getId() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getIngestByTags() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getIngestIfNotExists() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getIngestionMapping() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getIngestionMappingKind() - Method in class com.microsoft.azure.kusto.ingest.IngestionMapping
 
getIngestionMappingKind() - Method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.DataFormat
 
getIngestionMappingReference() - Method in class com.microsoft.azure.kusto.ingest.IngestionMapping
 
getIngestionSource() - Method in exception com.microsoft.azure.kusto.ingest.exceptions.IngestionClientException
 
getIngestionSource() - Method in exception com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException
 
getIngestionSourceId() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getIngestionSourcePath() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getIngestionStatusCollection() - Method in interface com.microsoft.azure.kusto.ingest.result.IngestionResult
 
getIngestionStatusCollection() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusResult
 
getIngestionStatusCollection() - Method in class com.microsoft.azure.kusto.ingest.result.TableReportIngestionResult
 
getIngestionStatusesLength() - Method in interface com.microsoft.azure.kusto.ingest.result.IngestionResult
 
getIngestionStatusesLength() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusResult
 
getIngestionStatusesLength() - Method in class com.microsoft.azure.kusto.ingest.result.TableReportIngestionResult
 
getIngestionStatusInTable() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getIngestionTraceAttributes(TraceableAttributes, TraceableAttributes) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.IngestionMapping.IngestionMappingKind
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.DataFormat
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportLevel
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportMethod
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.result.ValidationPolicy.ValidationImplications
 
getKustoValue() - Method in enum com.microsoft.azure.kusto.ingest.result.ValidationPolicy.ValidationOptions
 
getOperationId() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getOriginatesFromUpdatePolicy() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getPartitionKey() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
getPath() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getPrivateKey(String) - Static method in class com.microsoft.azure.kusto.ingest.utils.SecurityUtils
 
getProperties() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getPublicCertificate(String) - Static method in class com.microsoft.azure.kusto.ingest.utils.SecurityUtils
 
getPublicKey(String) - Static method in class com.microsoft.azure.kusto.ingest.utils.SecurityUtils
 
getQueue() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getRank() - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount
 
getRankedShuffledAccounts() - Method in class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
getRawDataSize() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getRawSizeInBytes() - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
getRawSizeInBytes() - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
getReportLevel() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getReportLevel() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getReportMethod() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getReportMethod() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getResource() - Method in class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
getResource() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getResource() - Method in interface com.microsoft.azure.kusto.ingest.resources.ResourceWithSas
 
getResourceManager() - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
getResourceManager() - Method in interface com.microsoft.azure.kusto.ingest.QueuedIngestClient
 
getResourceManager() - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
getResultSet() - Method in class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
Gets the ResultSet.
getRetainBlobOnSuccess() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getRowKey() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
getSas() - Method in class com.microsoft.azure.kusto.ingest.resources.ContainerWithSas
 
getSas() - Method in class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 
getShuffledContainers() - Method in interface com.microsoft.azure.kusto.ingest.IngestionResourceManager
Returns a list of containers with SAS tokens, ranked by their ingestion success rate, and then shuffled.
getShuffledResources(List<RankedStorageAccount>, List<T>) - Static method in class com.microsoft.azure.kusto.ingest.ResourceAlgorithms
 
getSourceId() - Method in interface com.microsoft.azure.kusto.ingest.source.SourceInfo
 
getSourceMessageCreationTime() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getStatus() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getStorageDataType() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getStream() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
getTable() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getTable() - Method in class com.microsoft.azure.kusto.ingest.utils.TableWithSas
 
getTableClient() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
getTableConnectionString() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
getTableName() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getTableName() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
 
getTracingAttributes() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
getTransform() - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
getUpdatedOn() - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
getUri() - Method in class com.microsoft.azure.kusto.ingest.utils.TableWithSas
 
getValidationOptions() - Method in class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
getValidationPolicy() - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
getValidationPolicy() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
getValidationPolicyType() - Method in class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
getValue() - Method in enum com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo.FailureStatusValue
 

I

IngestClient - Interface in com.microsoft.azure.kusto.ingest
 
IngestClientBase - Class in com.microsoft.azure.kusto.ingest
 
IngestClientBase() - Constructor for class com.microsoft.azure.kusto.ingest.IngestClientBase
 
IngestClientFactory - Class in com.microsoft.azure.kusto.ingest
 
ingestFromBlob(BlobSourceInfo, IngestionProperties) - Method in interface com.microsoft.azure.kusto.ingest.IngestClient
Ingest data from a blob storage into Kusto database.
ingestFromBlob(BlobSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
ingestFromBlobImpl(BlobSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
Ingest data from a blob storage into Kusto database.
ingestFromBlobImpl(BlobSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Ingest data from a blob storage into Kusto database.
ingestFromBlobImpl(BlobSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
ingestFromBlobImpl(BlobSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
ingestFromFile(FileSourceInfo, IngestionProperties) - Method in interface com.microsoft.azure.kusto.ingest.IngestClient
Ingest data from a file into Kusto database.
ingestFromFile(FileSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
ingestFromFileImpl(FileSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
ingestFromFileImpl(FileSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ingestFromFileImpl(FileSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
ingestFromFileImpl(FileSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
ingestFromResultSet(ResultSetSourceInfo, IngestionProperties) - Method in interface com.microsoft.azure.kusto.ingest.IngestClient
Ingest data from a Result Set into Kusto database.
ingestFromResultSet(ResultSetSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
ingestFromResultSetImpl(ResultSetSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
Ingest data from a Result Set into Kusto database.
ingestFromResultSetImpl(ResultSetSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ingestFromResultSetImpl(ResultSetSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
ingestFromResultSetImpl(ResultSetSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
ingestFromStream(StreamSourceInfo, IngestionProperties) - Method in interface com.microsoft.azure.kusto.ingest.IngestClient
Ingest data from an input stream, into Kusto database.
ingestFromStream(StreamSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
 
ingestFromStreamImpl(StreamSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.IngestClientBase
Ingest data from an input stream, into Kusto database.
ingestFromStreamImpl(StreamSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ingestFromStreamImpl(StreamSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
ingestFromStreamImpl(StreamSourceInfo, IngestionProperties) - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
IngestionBlobInfo - Class in com.microsoft.azure.kusto.ingest
 
IngestionBlobInfo(String, String, String, String, String) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
IngestionClientException - Exception in com.microsoft.azure.kusto.ingest.exceptions
 
IngestionClientException(String) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionClientException
 
IngestionClientException(String, Throwable) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionClientException
 
IngestionClientException(String, String, Exception) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionClientException
 
IngestionErrorCode - Enum in com.microsoft.azure.kusto.ingest.result
 
IngestionFailureInfo - Class in com.microsoft.azure.kusto.ingest.result
 
IngestionFailureInfo() - Constructor for class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
IngestionFailureInfo.FailureStatusValue - Enum in com.microsoft.azure.kusto.ingest.result
 
IngestionMapping - Class in com.microsoft.azure.kusto.ingest
This class describes the ingestion mapping to use for an ingestion request.
IngestionMapping() - Constructor for class com.microsoft.azure.kusto.ingest.IngestionMapping
Creates a default ingestion mapping with null kind and empty mapping reference.
IngestionMapping(String, IngestionMapping.IngestionMappingKind) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionMapping
Creates an ingestion mapping with the given parameters.
IngestionMapping(ColumnMapping[], IngestionMapping.IngestionMappingKind) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionMapping
Please use setIngestionMappingReference for production as passing the mapping every time is wasteful
IngestionMapping(IngestionMapping) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionMapping
Copy constructor for IngestionMapping.
IngestionMapping.IngestionMappingKind - Enum in com.microsoft.azure.kusto.ingest
 
IngestionProperties - Class in com.microsoft.azure.kusto.ingest
 
IngestionProperties(String, String) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionProperties
Creates an initialized IngestionProperties instance with a given databaseName and tableName.
IngestionProperties(IngestionProperties) - Constructor for class com.microsoft.azure.kusto.ingest.IngestionProperties
Copy constructor for IngestionProperties.
IngestionProperties.DataFormat - Enum in com.microsoft.azure.kusto.ingest
 
IngestionProperties.IngestionReportLevel - Enum in com.microsoft.azure.kusto.ingest
 
IngestionProperties.IngestionReportMethod - Enum in com.microsoft.azure.kusto.ingest
 
IngestionResourceManager - Interface in com.microsoft.azure.kusto.ingest
 
IngestionResult - Interface in com.microsoft.azure.kusto.ingest.result
 
IngestionServiceException - Exception in com.microsoft.azure.kusto.ingest.exceptions
 
IngestionServiceException(String) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException
 
IngestionServiceException(String, Exception) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException
 
IngestionServiceException(String, String, Exception) - Constructor for exception com.microsoft.azure.kusto.ingest.exceptions.IngestionServiceException
 
IngestionSourceId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
ingestionSourceId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
IngestionSourcePath - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
ingestionSourcePath - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
IngestionStatus - Class in com.microsoft.azure.kusto.ingest.result
 
IngestionStatus() - Constructor for class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
IngestionStatusInTableDescription - Class in com.microsoft.azure.kusto.ingest.result
 
IngestionStatusInTableDescription() - Constructor for class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
IngestionStatusResult - Class in com.microsoft.azure.kusto.ingest.result
 
IngestionStatusResult(IngestionStatus) - Constructor for class com.microsoft.azure.kusto.ingest.result.IngestionStatusResult
 
IngestionUtils - Class in com.microsoft.azure.kusto.ingest.utils
 
isCompressible() - Method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.DataFormat
 
isIgnoreFirstRecord() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
isLeaveOpen() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
isValid(IngestionMapping.IngestionMappingKind) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 

M

ManagedStreamingIngestClient - Class in com.microsoft.azure.kusto.ingest
ManagedStreamingIngestClient
ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, boolean) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, HttpClientProperties, boolean) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
- This method is slated to be private. Use IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, HttpClientProperties) instead. This constructor should only be used for advanced cases. If your endpoints are standard, or you do not know, use ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties))} instead.
ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties, boolean) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ConnectionStringBuilder, CloseableHttpClient, boolean) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ConnectionStringBuilder, ConnectionStringBuilder, HttpClientProperties) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ConnectionStringBuilder, HttpClientProperties) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ConnectionStringBuilder, CloseableHttpClient) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
ManagedStreamingIngestClient(ResourceManager, AzureStorageClient, StreamingClient) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
Deprecated.
ManagedStreamingIngestClient(ResourceManager, AzureStorageClient, StreamingClient, ExponentialRetry) - Constructor for class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
MappingConsts - Enum in com.microsoft.azure.kusto.ingest
 
mark(int) - Method in class com.microsoft.azure.kusto.ingest.ResettableFileInputStream
 
markSupported() - Method in class com.microsoft.azure.kusto.ingest.ResettableFileInputStream
 
MAX_STREAMING_SIZE_BYTES - Static variable in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 

O

OperationId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
operationId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
OperationStatus - Enum in com.microsoft.azure.kusto.ingest.result
 
OriginatesFromUpdatePolicy - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
originatesFromUpdatePolicy - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 

P

postToQueueWithRetries(ResourceManager, AzureStorageClient, IngestionBlobInfo) - Static method in class com.microsoft.azure.kusto.ingest.ResourceAlgorithms
 

Q

QueuedIngestClient - Interface in com.microsoft.azure.kusto.ingest
 
QueuedIngestClientImpl - Class in com.microsoft.azure.kusto.ingest
 
QueueWithSas - Class in com.microsoft.azure.kusto.ingest.resources
 
QueueWithSas(String, HttpClient, RequestRetryOptions) - Constructor for class com.microsoft.azure.kusto.ingest.resources.QueueWithSas
 

R

random - Variable in class com.microsoft.azure.kusto.ingest.utils.DefaultRandomProvider
 
RandomProvider - Interface in com.microsoft.azure.kusto.ingest.utils
 
RankedStorageAccount - Class in com.microsoft.azure.kusto.ingest.resources
 
RankedStorageAccount(String, int, int, TimeProvider) - Constructor for class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccount
 
RankedStorageAccountSet - Class in com.microsoft.azure.kusto.ingest.resources
 
RankedStorageAccountSet(int, int, int[], TimeProvider, RandomProvider) - Constructor for class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
RankedStorageAccountSet() - Constructor for class com.microsoft.azure.kusto.ingest.resources.RankedStorageAccountSet
 
readBytesFromInputStream(InputStream, int) - Static method in class com.microsoft.azure.kusto.ingest.utils.IngestionUtils
 
removeSecretsFromUrl(String) - Static method in class com.microsoft.azure.kusto.ingest.utils.SecurityUtils
 
reportIngestionResult(ResourceWithSas<?>, boolean) - Method in interface com.microsoft.azure.kusto.ingest.IngestionResourceManager
Report the result of an ingestion operation.
reset() - Method in class com.microsoft.azure.kusto.ingest.ResettableFileInputStream
 
ResettableFileInputStream - Class in com.microsoft.azure.kusto.ingest
 
ResettableFileInputStream(FileInputStream) - Constructor for class com.microsoft.azure.kusto.ingest.ResettableFileInputStream
 
ResourceAlgorithms - Class in com.microsoft.azure.kusto.ingest
 
ResourceWithSas<T> - Interface in com.microsoft.azure.kusto.ingest.resources
 
ResultSetSourceInfo - Class in com.microsoft.azure.kusto.ingest.source
Represents the ResultSet source information used for ingestion.
ResultSetSourceInfo(ResultSet) - Constructor for class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
Creates a ResultSetSourceInfo.
ResultSetSourceInfo(ResultSet, UUID) - Constructor for class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
Creates a ResultSetSourceInfo
resultSetToStream(ResultSetSourceInfo) - Static method in class com.microsoft.azure.kusto.ingest.utils.IngestionUtils
 
RootActivityId - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
roundRobinNestedList(List<List<T>>) - Static method in class com.microsoft.azure.kusto.ingest.ResourceAlgorithms
 

S

SecurityUtils - Class in com.microsoft.azure.kusto.ingest.utils
 
setActivityId(UUID) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setAdditionalProperties(Map<String, String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setAdditionalProperties(Map<String, String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setAdditionalTags(List<String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Customized tags
setAuthorizationContextToken(String) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setBlobPath(String) - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
setColumns(String) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setCompressionType(CompressionType) - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
setConnectionDataSource(String) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
setConnectionDataSource(String) - Method in class com.microsoft.azure.kusto.ingest.StreamingIngestClient
 
setConstantValue(String) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setDatabase(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setDataFormat(IngestionProperties.DataFormat) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Sets the data format.
setDataFormat(String) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Sets the data format by its name.
setDetails(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setDropByTags(List<String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Drop-by tags are tags added to the ingested data bulk inorder to be able to delete it.
setErrorCode(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setFailureStatus(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setField(String) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setFilePath(String) - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
setFlushImmediately(boolean) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setFlushImmediately(boolean) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setId(UUID) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setIgnoreFirstRecord(boolean) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setIngestByTags(List<String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Tags that start with an ingest-by: prefix can be used to ensure that data is only ingested once.
setIngestIfNotExists(List<String>) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Will trigger a check if there's already an extent with this specific "ingest-by" tag prefix See kusto docs
setIngestionMapping(ColumnMapping[], IngestionMapping.IngestionMappingKind) - Method in class com.microsoft.azure.kusto.ingest.IngestionMapping
Please use setIngestionMappingReference for production as passing the mapping every time is wasteful Sets the ingestion mapping parameters
setIngestionMapping(String, IngestionMapping.IngestionMappingKind) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Sets the predefined ingestion mapping name:
setIngestionMapping(ColumnMapping[], IngestionMapping.IngestionMappingKind) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
Please use a mappingReference for production as passing the mapping every time is wasteful Creates an ingestion mapping using the described column mappings:
setIngestionMapping(IngestionMapping) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setIngestionMappingReference(String, IngestionMapping.IngestionMappingKind) - Method in class com.microsoft.azure.kusto.ingest.IngestionMapping
Sets the ingestion mapping reference parameters
setIngestionSourceId(UUID) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setIngestionSourcePath(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setIngestionStatusInTable(IngestionStatusInTableDescription) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setLeaveOpen(boolean) - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
Weather or not the stream will close after reading from it.
setOperationId(UUID) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setOrdinal(Integer) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setOriginatesFromUpdatePolicy(boolean) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setPartitionKey(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
setPath(String) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setQueueRequestOptions(RequestRetryOptions) - Method in class com.microsoft.azure.kusto.ingest.ManagedStreamingIngestClient
 
setQueueRequestOptions(RequestRetryOptions) - Method in interface com.microsoft.azure.kusto.ingest.QueuedIngestClient
Setter for QueueRequestOptions used by the client on adding ingest message to the Azure queue, read here https://docs.microsoft.com/azure/data-explorer/kusto/api/netfx/about-kusto-ingest#ingest-client-flavors about Kusto queued ingestion
setQueueRequestOptions(RequestRetryOptions) - Method in class com.microsoft.azure.kusto.ingest.QueuedIngestClientImpl
 
setRawDataSize(Long) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setRawSizeInBytes(long) - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
setRawSizeInBytes(long) - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
setReportLevel(String) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setReportLevel(IngestionProperties.IngestionReportLevel) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setReportMethod(String) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setReportMethod(IngestionProperties.IngestionReportMethod) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setResultSet(ResultSet) - Method in class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
Sets the ResultSet.
setRowKey(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
setSourceId(UUID) - Method in interface com.microsoft.azure.kusto.ingest.source.SourceInfo
 
setSourceMessageCreationTime(String) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setStatus(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setStatus(OperationStatus) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setStorageDataType(String) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setStream(InputStream) - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
setTable(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setTableClient(TableClient) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
setTableConnectionString(String) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatusInTableDescription
 
setTransform(TransformationMethod) - Method in class com.microsoft.azure.kusto.ingest.ColumnMapping
 
setUpdatedOn(Instant) - Method in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
setValidationOptions(ValidationPolicy.ValidationOptions) - Method in class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
setValidationPolicy(ValidationPolicy) - Method in class com.microsoft.azure.kusto.ingest.IngestionBlobInfo
 
setValidationPolicy(ValidationPolicy) - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
setValidationPolicyType(ValidationPolicy.ValidationImplications) - Method in class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
shuffle(List<?>) - Method in class com.microsoft.azure.kusto.ingest.utils.DefaultRandomProvider
 
shuffle(List<?>) - Method in interface com.microsoft.azure.kusto.ingest.utils.RandomProvider
 
SourceInfo - Interface in com.microsoft.azure.kusto.ingest.source
 
status - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
StreamingIngestClient - Class in com.microsoft.azure.kusto.ingest
 
StreamSourceInfo - Class in com.microsoft.azure.kusto.ingest.source
 
StreamSourceInfo(InputStream) - Constructor for class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
StreamSourceInfo(InputStream, boolean) - Constructor for class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
StreamSourceInfo(InputStream, boolean, UUID) - Constructor for class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
StreamSourceInfo(InputStream, boolean, UUID, CompressionType) - Constructor for class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
SystemTimeProvider - Class in com.microsoft.azure.kusto.ingest.utils
 
SystemTimeProvider() - Constructor for class com.microsoft.azure.kusto.ingest.utils.SystemTimeProvider
 

T

Table - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo
 
table - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
TableClientFromUrl(String, HttpClient) - Static method in class com.microsoft.azure.kusto.ingest.utils.TableWithSas
 
TableReportIngestionResult - Class in com.microsoft.azure.kusto.ingest.result
 
TableReportIngestionResult(List<IngestionStatusInTableDescription>) - Constructor for class com.microsoft.azure.kusto.ingest.result.TableReportIngestionResult
 
TableWithSas - Class in com.microsoft.azure.kusto.ingest.utils
 
TableWithSas(String, HttpClient) - Constructor for class com.microsoft.azure.kusto.ingest.utils.TableWithSas
 
TimeProvider - Interface in com.microsoft.azure.kusto.ingest.utils
 
toString() - Method in class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
 
toString() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
TransformationMethod - Enum in com.microsoft.azure.kusto.ingest
Transformation method can be used over all formats configured with Json mapping type (Json, Orc and Parquet) See kusto docs

U

updatedOn - Variable in class com.microsoft.azure.kusto.ingest.result.IngestionStatus
 
uploadLocalFileWithRetries(ResourceManager, AzureStorageClient, File, String, boolean) - Static method in class com.microsoft.azure.kusto.ingest.ResourceAlgorithms
 
uploadStreamToBlobWithRetries(ResourceManager, AzureStorageClient, InputStream, String, boolean) - Static method in class com.microsoft.azure.kusto.ingest.ResourceAlgorithms
 

V

validate() - Method in class com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
 
validate() - Method in class com.microsoft.azure.kusto.ingest.source.FileSourceInfo
 
validate() - Method in class com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
 
validate() - Method in interface com.microsoft.azure.kusto.ingest.source.SourceInfo
Checks that this SourceInfo is defined appropriately.
validate() - Method in class com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
 
validateResultSetProperties() - Method in class com.microsoft.azure.kusto.ingest.IngestionProperties
 
ValidationPolicy - Class in com.microsoft.azure.kusto.ingest.result
 
ValidationPolicy() - Constructor for class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
ValidationPolicy(ValidationPolicy.ValidationOptions, ValidationPolicy.ValidationImplications) - Constructor for class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
ValidationPolicy(ValidationPolicy) - Constructor for class com.microsoft.azure.kusto.ingest.result.ValidationPolicy
 
ValidationPolicy.ValidationImplications - Enum in com.microsoft.azure.kusto.ingest.result
 
ValidationPolicy.ValidationOptions - Enum in com.microsoft.azure.kusto.ingest.result
 
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.IngestionMapping.IngestionMappingKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.DataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.MappingConsts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.result.IngestionErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.result.IngestionFailureInfo.FailureStatusValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.result.OperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.result.ValidationPolicy.ValidationImplications
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.result.ValidationPolicy.ValidationOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.source.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.kusto.ingest.TransformationMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.kusto.ingest.IngestionMapping.IngestionMappingKind
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.ingest.IngestionProperties.DataFormat
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.ingest.IngestionProperties.IngestionReportLevel
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.ingest.IngestionProperties.IngestionReportMethod
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.ingest.MappingConsts
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.ingest.result.IngestionErrorCode
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.ingest.result.IngestionFailureInfo.FailureStatusValue
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.ingest.result.OperationStatus
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.ingest.result.ValidationPolicy.ValidationImplications
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.ingest.result.ValidationPolicy.ValidationOptions
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.ingest.source.CompressionType
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.ingest.TransformationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I M O P Q R S T U V 
Skip navigation links

Copyright © 2024. All rights reserved.