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

PrefixList

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

Describes prefixes of objects to be transformed.

interface PrefixList {
includedObjectPrefixes?: string[];
}

§Properties

§
includedObjectPrefixes?: string[]
[src]

Optional. Include prefixes of the objects to be transformed. * Supports full object name * Supports prefix of the object name * Wildcards are not supported * Supports empty string for all objects in a bucket.