Gcs Destination Config Args
data class GcsDestinationConfigArgs(val avroFileFormat: Output<AvroFileFormatArgs>? = null, val fileRotationInterval: Output<String>? = null, val fileRotationMb: Output<Int>? = null, val jsonFileFormat: Output<JsonFileFormatArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<GcsDestinationConfigArgs>
Google Cloud Storage destination configuration
Constructors
Link copied to clipboard
fun GcsDestinationConfigArgs(avroFileFormat: Output<AvroFileFormatArgs>? = null, fileRotationInterval: Output<String>? = null, fileRotationMb: Output<Int>? = null, jsonFileFormat: Output<JsonFileFormatArgs>? = null, path: Output<String>? = null)