Interface: FileInfo
Defined in: Extensions/ExtensionApiDtos.ts:337
Metadata about a file inside a managed folder grant.
Properties
isDirectory
isDirectory:
boolean
Defined in: Extensions/ExtensionApiDtos.ts:345
True if the entry is a directory.
modifiedAt
modifiedAt:
string
Defined in: Extensions/ExtensionApiDtos.ts:347
ISO 8601 date string of last modification.
name
name:
string
Defined in: Extensions/ExtensionApiDtos.ts:339
Filename (basename).
path
path:
string
Defined in: Extensions/ExtensionApiDtos.ts:341
Path relative to the grant root.
size
size:
number
Defined in: Extensions/ExtensionApiDtos.ts:343
Size in bytes.