Skip to main content

Interface: FolderUsageInfo

Defined in: Extensions/ExtensionApiDtos.ts:353

Summary of disk usage inside a managed folder grant.

Properties

fileCount

fileCount: number

Defined in: Extensions/ExtensionApiDtos.ts:357

Total number of files (not directories).


path

path: string

Defined in: Extensions/ExtensionApiDtos.ts:355

Absolute path of the granted folder.


totalBytes

totalBytes: number

Defined in: Extensions/ExtensionApiDtos.ts:359

Total size of all files in bytes.