Method | Description | |
---|---|---|
GetActualDiskSize ( this pageBlob ) : long |
Based on this script: http://gallery.technet.microsoft.com/scriptcenter/Get-Billable-Size-of-32175802
|
|
GetFormattedDiskSize ( long size ) : string |
Method | Description | |
---|---|---|
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long |
public static GetActualDiskSize ( this pageBlob ) : long | ||
pageBlob | this | |
return | long |
public static GetFormattedDiskSize ( long size ) : string | ||
size | long | |
return | string |