Uses of Class
com.microsoft.azure.kusto.ingest.source.ResultSetSourceInfo
-
Packages that use ResultSetSourceInfo Package Description com.microsoft.azure.kusto.ingest com.microsoft.azure.kusto.ingest.utils -
-
Uses of ResultSetSourceInfo in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest with parameters of type ResultSetSourceInfo Modifier and Type Method Description IngestionResultIngestClient. ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)Ingest data from a Result Set into Kusto database.IngestionResultIngestClientBase. ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)protected abstract IngestionResultIngestClientBase. ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)Ingest data from a Result Set into Kusto database.protected IngestionResultManagedStreamingIngestClient. ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)protected IngestionResultQueuedIngestClientImpl. ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)protected IngestionResultStreamingIngestClient. ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties) -
Uses of ResultSetSourceInfo in com.microsoft.azure.kusto.ingest.utils
Methods in com.microsoft.azure.kusto.ingest.utils with parameters of type ResultSetSourceInfo Modifier and Type Method Description static @NotNull StreamSourceInfoIngestionUtils. resultSetToStream(ResultSetSourceInfo resultSetSourceInfo)
-