SpecialFileStatistics (Web Services API)
This object contains counters for files that can be filtered out when setting up a workflow. It is used to exclude outdated, oversized, and duplicate files from processing.
Properties
| Name | Type | Description |
| TotalFileCount | Long | The number of all files of the given type. |
| TotalFileSize | Long | The total size of all files of the given type in bytes. |
| SkippedFileCount | Long | The number of all skipped files of the given type. |
| SkippedFileSize | Long | The total size of all skipped files of the given type in bytes. |
3/26/2024 1:49:49 PM