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

DetectedFileFormatDescriptor

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

Properties of an inferred data format.

interface DetectedFileFormatDescriptor {
CsvFormatDescriptor?: DetectedCsvFormatDescriptor | null;
JsonFormatDescriptor?: DetectedJsonFormatDescriptor | null;
}

§Properties

§
CsvFormatDescriptor?: DetectedCsvFormatDescriptor | null
[src]

Details about a CSV format.

§
JsonFormatDescriptor?: DetectedJsonFormatDescriptor | null
[src]

Details about a JSON format.