@spacehq/sdk > ListDirectoryRequest
ListDirectoryRequest interface
Signature:
export interface ListDirectoryRequest
Properties
| Property | Type | Description |
|---|---|---|
| bucket | string | Storage bucket to fetch directory entries |
| path | string | Path in the bucket to fetch directories from |
| recursive? | boolean | (Optional) set recursive to true, if you would like all children of folder entries to be recursively fetched. |