StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs

data class StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs(val compression: Output<String>? = null, val schemaFileFormat: Output<String>? = null) : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>

Constructors

fun StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs(compression: Output<String>? = null, schemaFileFormat: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs

Properties

Link copied to clipboard
val compression: Output<String>? = null

Compression of the loaded JSON file. Possible values are NO_COMPRESSION and GZIP.

Link copied to clipboard
val schemaFileFormat: Output<String>? = null

The schema file format along JSON data files. Possible values are NO_SCHEMA_FILE and AVRO_SCHEMA_FILE.