Home > @hapoosjs/api-buckets > ListFilesOptions
Optional parameters passed to listFiles method on Buckets
Signature:
export declare class ListFilesOptions extends ListOptions
Extends: ListOptions
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(providerOptions) | Constructs the options object with supplied provider-specific options |
| 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 |