FlowS3OutputFormatConfig

data class FlowS3OutputFormatConfig(val aggregationConfig: FlowAggregationConfig? = null, val fileType: FlowFileType? = null, val prefixConfig: FlowPrefixConfig? = null, val preserveSourceDataTyping: Boolean? = null)

Constructors

Link copied to clipboard
fun FlowS3OutputFormatConfig(aggregationConfig: FlowAggregationConfig? = null, fileType: FlowFileType? = null, prefixConfig: FlowPrefixConfig? = null, preserveSourceDataTyping: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val fileType: FlowFileType? = null
Link copied to clipboard
Link copied to clipboard