Job Extract Args
data class JobExtractArgs(val compression: Output<String>? = null, val destinationFormat: Output<String>? = null, val destinationUris: Output<List<String>>, val fieldDelimiter: Output<String>? = null, val printHeader: Output<Boolean>? = null, val sourceModel: Output<JobExtractSourceModelArgs>? = null, val sourceTable: Output<JobExtractSourceTableArgs>? = null, val useAvroLogicalTypes: Output<Boolean>? = null) : ConvertibleToJava<JobExtractArgs>
Constructors
Link copied to clipboard
fun JobExtractArgs(compression: Output<String>? = null, destinationFormat: Output<String>? = null, destinationUris: Output<List<String>>, fieldDelimiter: Output<String>? = null, printHeader: Output<Boolean>? = null, sourceModel: Output<JobExtractSourceModelArgs>? = null, sourceTable: Output<JobExtractSourceTableArgs>? = null, useAvroLogicalTypes: Output<Boolean>? = null)