Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JsonFileFormat

import type { JsonFileFormat } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

JSON file format configuration.

interface JsonFileFormat {
compression?: "JSON_COMPRESSION_UNSPECIFIED" | "NO_COMPRESSION" | "GZIP";
schemaFileFormat?: "SCHEMA_FILE_FORMAT_UNSPECIFIED" | "NO_SCHEMA_FILE" | "AVRO_SCHEMA_FILE";
}

§Properties

§
compression?: "JSON_COMPRESSION_UNSPECIFIED" | "NO_COMPRESSION" | "GZIP"
[src]

Compression of the loaded JSON file.

§
schemaFileFormat?: "SCHEMA_FILE_FORMAT_UNSPECIFIED" | "NO_SCHEMA_FILE" | "AVRO_SCHEMA_FILE"
[src]

The schema file format along JSON data files.