| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest.source | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
StreamSourceInfo.getCompressionType() |
CompressionType |
BlobSourceInfo.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 |
|---|---|
static BlobSourceInfo |
BlobSourceInfo.fromFile(String blobPath,
FileSourceInfo fileSourceInfo,
CompressionType sourceCompressionType,
boolean gotCompressed) |
void |
StreamSourceInfo.setCompressionType(CompressionType compressionType) |
void |
BlobSourceInfo.setCompressionType(CompressionType compressionType) |
| Constructor and Description |
|---|
BlobSourceInfo(String blobPath,
CompressionType compressionType) |
BlobSourceInfo(String blobPath,
CompressionType compressionType,
UUID sourceId) |
StreamSourceInfo(InputStream stream,
boolean leaveOpen,
UUID sourceId,
CompressionType compressionType) |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
IngestionUtils.getCompression(String fileName) |
Copyright © 2025. All rights reserved.