I want to calculate the volume size,
so I need to get a value of [VolumeSize]
When I use GetNcVolSize,
It can not return me a size number,
It always return very much information
PS C:\Users\Administrator> Get-NcVolSize -VserverContext svm1 -Name svm1_root
NcController : 20.1.1.1
VolumeSize : 20971520
IsReadOnlyFlexVol : False
IsReplicaFlexVol : False
IsFixedSizeFlexVol : False
How can must I do that I can get the number [20971520] only?