method GcsAdapter.prototype.list
GcsAdapter.prototype.list(prefix?: string): AsyncIterable<StorageEntry>

Parameters

optional
prefix: string

Return Type

AsyncIterable<StorageEntry>

Usage

import { GcsAdapter } from ".";