Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231085

Re: Size of VMDK not attached to VM?

$
0
0

Well, it seems that setting all flags to 'true' does the trick and the returned file sizes are much more realistic.

 

var queryFlags = new VcFileQueryFlags(); 
queryFlags.fileOwner = true; 
queryFlags.fileSize = true; 
queryFlags.modification = true; 
queryFlags.fileType = true; 
querySpec.details = queryFlags; 

 

Not sure why it behaves this way but it seems to work


Viewing all articles
Browse latest Browse all 231085

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>