FlowSnowflakeDestinationProperties

data class FlowSnowflakeDestinationProperties(val bucketPrefix: String? = null, val errorHandlingConfig: FlowErrorHandlingConfig? = null, val intermediateBucketName: String, val object: String)

Constructors

Link copied to clipboard
fun FlowSnowflakeDestinationProperties(bucketPrefix: String? = null, errorHandlingConfig: FlowErrorHandlingConfig? = null, intermediateBucketName: String, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketPrefix: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard