File size in general (but mainly cloud)

1
Hi there, What is the best way to see the size of a System.FileDocument object that has been uploaded? Case : We want to see how much of our client's cloud space is being used by files/documents that they have uploaded. Preferably be able to view this in the application itself Thanks,
asked
2 answers
1

Alistair,

Use the community commons package, action Misc > getFileSize. Get the list of documents, loop and increment based on the retrun value from the getFileSize action.

answered
2

If I am correct you can see this in your app platform monitor / trends. Here you have the Appcontainer disk usage and Database disk usage. The Appcontainer disk usage would be all the space your filedocuments take up. But maybe somebody from Mendix can tell if my assumption is correct.

Regards,

Ronald

answered