StreamDestinationConfigGcsDestinationConfigJsonFileFormat

data class StreamDestinationConfigGcsDestinationConfigJsonFileFormat(val compression: String? = null, val schemaFileFormat: String? = null)

Constructors

constructor(compression: String? = null, schemaFileFormat: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val compression: String? = null

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

Link copied to clipboard

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