Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > GundbMetadataStore > findFileMetadata

GundbMetadataStore.findFileMetadata() method

Find existing metadata information about the file at path.

Signature:

findFileMetadata(bucketSlug: string, dbId: string, path: string): Promise<FileMetadata | undefined>;

Parameters

ParameterTypeDescription
bucketSlugstring
dbIdstring
pathstring

Returns:

Promise<FileMetadata | undefined>

  • GundbMetadataStore.findFileMetadata() method
  • Parameters
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage