Interface FileIdentifiers

Hierarchy

  • FileIdentifiers

Properties

Properties

id?: string

The id of the file.

name?: string

The filename without the id. If omitted and data is provided as a file object, the name will be used otherwise a UUID will be generated.

parent?: string

The parent folder which contains the file

path?: string

The full path of the file. You might either specify the path of the file or a combination of parent and file name.

Generated using TypeDoc