TableImportSourceSpecification

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard