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

GcsDestination

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

The Cloud Storage location for the output content

interface GcsDestination {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.