| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest.source | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
StreamSourceInfo.getCompressionType() |
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSourceInfo.setCompressionType(CompressionType compressionType) |
| Constructor and Description |
|---|
StreamSourceInfo(InputStream stream,
boolean leaveOpen,
UUID sourceId,
CompressionType compressionType) |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
IngestionUtils.getCompression(String fileName) |
Copyright © 2024. All rights reserved.