Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class EaCDataLakeServiceClient
extends EaCBaseClient
Re-export
import { EaCDataLakeServiceClient } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Constructors

new
EaCDataLakeServiceClient(baseUrl: URL, apiToken: string)

Methods

Execute(
entLookup: string,
cloudLookup: string,
resGroupLookup: string,
resLookups: string[],
fileSystem: string,
resultType: "json" | "csv" | "jsonl",
flatten?: boolean,
download?: boolean,
): Promise<Response>