Home > @hapoosjs/api-buckets > ListFilesOptions

ListFilesOptions class

Optional parameters passed to listFiles method on Buckets

Signature:

export declare class ListFilesOptions extends ListOptions 

Extends: ListOptions

Constructors

Constructor Modifiers Description
(constructor)(providerOptions) Constructs the options object with supplied provider-specific options

Properties

Property Modifiers Type Description
folder? string (Optional) Parent folder
recursive? boolean (Optional) Flag indicating if the file list call should return only the top level files in the bucket or parent folder, or should return all files regardless of their prefix or folder