Class IngestionUtils
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.utils.IngestionUtils
-
public class IngestionUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull StreamSourceInfofileToStream(FileSourceInfo fileSourceInfo, boolean resettable)static CompressionTypegetCompression(String fileName)static byte[]readBytesFromInputStream(InputStream inputStream, int bytesToRead)static @NotNull StreamSourceInforesultSetToStream(ResultSetSourceInfo resultSetSourceInfo)
-
-
-
Method Detail
-
fileToStream
@NotNull public static @NotNull StreamSourceInfo fileToStream(FileSourceInfo fileSourceInfo, boolean resettable) throws IngestionClientException, FileNotFoundException
-
resultSetToStream
@NotNull public static @NotNull StreamSourceInfo resultSetToStream(ResultSetSourceInfo resultSetSourceInfo) throws IOException, IngestionClientException
- Throws:
IOExceptionIngestionClientException
-
readBytesFromInputStream
public static byte[] readBytesFromInputStream(InputStream inputStream, int bytesToRead) throws IOException
- Throws:
IOException
-
getCompression
public static CompressionType getCompression(String fileName)
-
-