I want to get the space that snapshot used in a volume like "df" command shows. which class and property should I use?
I have tried SanpshotRecliamableInfoResult class, it can give me the right number, but it takes lots of time and always fail when calculates large number of snapshots( over 90 ). Is there any better solutions?
Thanks