Where is the file size stored in the eB database?
I have created a report that lists the file size.
START WITH File
SELECT
Id,
FileSize,
Name
WHERE
Document.Class.Code = @DocClass
Because I am trying to determine the file size of all of 600,000 files for…