Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileStatWithMetadata

Hierarchy

Index

Properties

Optional children

The children of the file stat or undefined if none.

ctime

ctime: number

The creation date represented as millis from unix epoch.

The value may or may not be resolved as it is optional.

etag

etag: string

A unique identifier that represents the current state of the file or directory.

The value may or may not be resolved as it is optional.

isDirectory

isDirectory: boolean

The resource is a directory.

isFile

isFile: boolean

The resource is a file.

isSymbolicLink

isSymbolicLink: boolean

The resource is a symbolic link.

mtime

mtime: number

The last modification date represented as millis from unix epoch.

The value may or may not be resolved as it is optional.

name

name: string

The name which is the last segment of the {{path}}.

resource

resource: default

The unified resource identifier of this file or folder.

size

size: number

The size of the file.

The value may or may not be resolved as it is optional.