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

FileIODetails

import type { FileIODetails } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Metadata for a File connector used by the job.

interface FileIODetails {
filePattern?: string;
}

§Properties

§
filePattern?: string
[src]

File Pattern used to access files by the connector.