Documentation ¶
Overview ¶
Package resources contains objects that are used to gather information about Kusto resources that are used during various ingestion methods.
Index ¶
Constants ¶
View Source
const EstimatedCompressionFactor = 11
Variables ¶
This section is empty.
Functions ¶
func CompressionDiscovery ¶
func CompressionDiscovery(fName string) ingestoptions.CompressionType
CompressionDiscovery looks at the file extension. If it is one we support, we return that CompressionType that represents that value. Otherwise we return CTNone to indicate that the file should not be compressed.
func EstimateRawDataSize ¶
func EstimateRawDataSize(compression ingestoptions.CompressionType, fileSize int64) int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.