JsonFileFormatResponse

data class JsonFileFormatResponse(val compression: String, val schemaFileFormat: String)

JSON file format configuration.

Constructors

Link copied to clipboard
fun JsonFileFormatResponse(compression: String, schemaFileFormat: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Compression of the loaded JSON file.

Link copied to clipboard

The schema file format along JSON data files.