Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

›Types

User Storage Methods

  • UserStorage.createFolder() method
  • UserStorage.listDirectory() method
  • UserStorage.addItems() method
  • UserStorage.openFile() method

Types

  • UserStorageConfig interface
  • CreateFolderRequest interface
  • ListDirectoryRequest interface
  • ListDirectoryResponse interface
  • AddItemsRequest interface
  • AddItemsResponse interface
  • AddItemsStatus interface
  • AddItemsResultSummary interface
  • OpenFileRequest interface
  • OpenFileResponse interface

@spacehq/sdk > ListDirectoryRequest

ListDirectoryRequest interface

Signature:

export interface ListDirectoryRequest 

Properties

PropertyTypeDescription
bucketstringStorage bucket to fetch directory entries
pathstringPath 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.
← CreateFolderRequest interfaceListDirectoryResponse interface →
  • ListDirectoryRequest interface
  • Properties
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage