Flow S3Source Properties
data class FlowS3SourceProperties(val bucketName: String, val bucketPrefix: String, val s3InputFormatConfig: FlowS3InputFormatConfig? = null)
Constructors
Link copied to clipboard
fun FlowS3SourceProperties(bucketName: String, bucketPrefix: String, s3InputFormatConfig: FlowS3InputFormatConfig? = null)