Gets a collection of valid page ranges and their starting and ending bytes.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudPageBlob
Dim returnValue As IAsyncOperation(Of IEnumerable(Of PageRange))
returnValue = instance.GetPageRangesAsync |
Syntax
Visual Basic |
---|
Public Function GetPageRangesAsync As IAsyncOperation(Of IEnumerable(Of PageRange)) |
C# |
---|
public IAsyncOperation<IEnumerable<PageRange>> GetPageRangesAsync () |
C++ |
---|
public:
IAsyncOperation<IEnumerable<PageRange^>^>^ GetPageRangesAsync () |
J# |
---|
public IAsyncOperation<IEnumerable<PageRange>> GetPageRangesAsync () |
JScript |
---|
public function GetPageRangesAsync () : IAsyncOperation<IEnumerable<PageRange>> |
Return Value
An enumerable collection of page ranges.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also