Interface IExternalStorageListOptions

Options for the list function on an external storage.

interface IExternalStorageListOptions {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean

List folders recursively.