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 StreamSourceInfo
fileToStream(FileSourceInfo fileSourceInfo, boolean resettable)
static CompressionType
getCompression(String fileName)
static byte[]
readBytesFromInputStream(InputStream inputStream, int bytesToRead)
static @NotNull StreamSourceInfo
resultSetToStream(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:
IOException
IngestionClientException
-
readBytesFromInputStream
public static byte[] readBytesFromInputStream(InputStream inputStream, int bytesToRead) throws IOException
- Throws:
IOException
-
getCompression
public static CompressionType getCompression(String fileName)
-
-