Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Stat

Interface defining information about a file.

Hierarchy

  • Stat

Index

Properties

Optional accessed

accessed: Date

Optional created

created: Date

exists

exists: boolean

True if the file exists. False otherwise.

isDirectory

isDirectory: boolean

True if the resource exists as a directory.

isFile

isFile: boolean

True if the resource exists as a regular file.

Optional mimeType

mimeType: string

If specified, the mime-type of the remote file.

Optional modified

modified: Date

path

UniversalPath resource pointing to the file in its filesystem.

sizeInBytes

sizeInBytes: number

The size, in bytes, of the file on the remote filesystem. If exists is false, this number is undefined.

tags

tags: string[]

Tags associated with the remote file.

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.