GetContentSummary
Get the content summary of a file/folder.
Input
Name | Type | Required | Description |
Path | String | True | The absolute path of the file/folder whose content summary will be returned. |
Result Set Columns
Name | Type | Description |
DirectoryCount | String | The number of directories in this folder. |
FileCount | String | The number of files in this folder. |
Length | Integer | The length of the folder/file. |
Quota | Integer | The quota of the folder/file. |
SpaceConsumed | Integer | The amount of space consumed by this folder/file. |
SpaceQuota | Integer | The space quota of the folder/file. |