GetPageRangesResponse Constructor

Initializes a new instance of the GetPageRangesResponse class.

Namespace: Microsoft.WindowsAzure.Storage.Blob.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
Public Sub New ( _
    stream As Stream _
)
public GetPageRangesResponse (
    Stream stream
)
public:
GetPageRangesResponse (
    Stream^ stream
)

Parameters

  • stream
    The stream of page ranges to be parsed.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

See Also

Reference

GetPageRangesResponse Class
GetPageRangesResponse Members
Microsoft.WindowsAzure.Storage.Blob.Protocol Namespace