C# Class WindowsAzure.VhdSize.PageBlobExtensions

Datei anzeigen Open project: sandrinodimattia/WindowsAzure-VhdSize Class Usage Examples

Public Methods

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

Private Methods

Method Description
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long

Method Details

GetActualDiskSize() public static method

Based on this script: http://gallery.technet.microsoft.com/scriptcenter/Get-Billable-Size-of-32175802
public static GetActualDiskSize ( this pageBlob ) : long
pageBlob this
return long

GetFormattedDiskSize() public static method

public static GetFormattedDiskSize ( long size ) : string
size long
return string