Flow S3Output Format Config
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)