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

FileFormatDescriptor

import type { FileFormatDescriptor } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Contains information about a source file's formatting.

interface FileFormatDescriptor {
CsvFormatDescriptor?: CsvFormatDescriptor | null;
JsonFormatDescriptor?: JsonFormatDescriptor | null;
}

§Properties

§
CsvFormatDescriptor?: CsvFormatDescriptor | null
[src]

Contains information about how a source CSV data file should be analyzed.

§
JsonFormatDescriptor?: JsonFormatDescriptor | null
[src]

Contains information about how a source JSON data file should be analyzed.