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

UploadSettings

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

Information about the format for a source file or files.

interface UploadSettings {
ContainsHeader?: boolean | null;
Delimiter?: string | null;
Format?: FileFormat | null;
StartFromRow?: number | null;
TextQualifier?: TextQualifier | null;
}

§Properties

§
ContainsHeader?: boolean | null
[src]

Whether the file has a header row, or the files each have a header row.

§
Delimiter?: string | null
[src]

The delimiter between values in the file.

§
Format?: FileFormat | null
[src]

File format.

§
StartFromRow?: number | null
[src]

A row number to start reading data from.

§
TextQualifier?: TextQualifier | null
[src]

Text qualifier.