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

GcsProfile

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

Cloud Storage bucket profile.

interface GcsProfile {
bucket?: string;
rootPath?: string;
}

§Properties

§
bucket?: string
[src]

Required. The Cloud Storage bucket name.

§
rootPath?: string
[src]

The root path inside the Cloud Storage bucket.