Table Import Source Specification
data class TableImportSourceSpecification(val inputCompressionType: String? = null, val inputFormat: String, val inputFormatOptions: TableInputFormatOptions? = null, val s3BucketSource: TableS3BucketSource)
Constructors
Link copied to clipboard
fun TableImportSourceSpecification(inputCompressionType: String? = null, inputFormat: String, inputFormatOptions: TableInputFormatOptions? = null, s3BucketSource: TableS3BucketSource)