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

HdfsData

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

An HdfsData resource specifies a path within an HDFS entity (e.g. a cluster). All cluster-specific settings, such as namenodes and ports, are configured on the transfer agents servicing requests, so HdfsData only contains the root path to the data in our transfer.

interface HdfsData {
path?: string;
}

§Properties

§
path?: string
[src]

Root path to transfer files.