We have a script that queries data regarding completed backup sessions. A simplyfied example of the script follows. Starting with Veeam 7 we noticed that the "StoredSized" attribute for each session is always empty. On Veeam 6 it was filled with a number. Does someone has a hint for us on this issue? Can this value be found in another attribute now or is it deprecated? How can we get the size that was written to a data pool?
It seems that .StoredSize attribute isn't present any longer. You can try to use .TotalUsedSize, instead, and see whether it gives you what you're after. Thanks.
thanks for your post. You are right ".StoredSize" is no longer available in Veeam 7. I tried ".TotalUsedSize" instead but it always returns "0". I don't know what this value is for. Finally I ended up with ".TransferedSize" which seems to be new in Veeam 7 as it is not available in Veeam 6.
My tests with ".TransferedSize" showed that it contains values similar to ".StoredSize". As long as no one comes up with a "Do not use this because ..." I'll stick with it