Uses of Class
com.microsoft.azure.kusto.ingest.source.StreamSourceInfo
-
Packages that use StreamSourceInfo Package Description com.microsoft.azure.kusto.ingest com.microsoft.azure.kusto.ingest.utils -
-
Uses of StreamSourceInfo in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest with parameters of type StreamSourceInfo Modifier and Type Method Description IngestionResultIngestClient. ingestFromStream(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)Ingest data from an input stream, into Kusto database.IngestionResultIngestClientBase. ingestFromStream(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)protected abstract IngestionResultIngestClientBase. ingestFromStreamImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)Ingest data from an input stream, into Kusto database.protected IngestionResultManagedStreamingIngestClient. ingestFromStreamImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)protected IngestionResultQueuedIngestClientImpl. ingestFromStreamImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)protected IngestionResultStreamingIngestClient. ingestFromStreamImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties) -
Uses of StreamSourceInfo in com.microsoft.azure.kusto.ingest.utils
Methods in com.microsoft.azure.kusto.ingest.utils that return StreamSourceInfo Modifier and Type Method Description static @NotNull StreamSourceInfoIngestionUtils. fileToStream(FileSourceInfo fileSourceInfo, boolean resettable)static @NotNull StreamSourceInfoIngestionUtils. resultSetToStream(ResultSetSourceInfo resultSetSourceInfo)
-