StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs

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

Constructors

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

Properties

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

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

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

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

Functions

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