Table of Contents

Class GetPageDiffRangesResponse

Namespace
Microsoft.WindowsAzure.Storage.Blob.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Provides methods for parsing the response from an operation to get a range of differing pages for a page blob.

public sealed class GetPageDiffRangesResponse : ResponseParsingBase<PageDiffRange>, IDisposable
Inheritance
GetPageDiffRangesResponse
Implements
Inherited Members

Constructors

GetPageDiffRangesResponse(Stream)

Initializes a new instance of the GetPageRangesResponse class.

public GetPageDiffRangesResponse(Stream stream)

Parameters

stream Stream

The stream of page ranges to be parsed.

Properties

PageDiffRanges

Gets an enumerable collection of PageRange objects from the response.

public IEnumerable<PageDiffRange> PageDiffRanges { get; }

Property Value

IEnumerable<PageDiffRange>

An enumerable collection of PageRange objects.

Methods

ParseXml()

Parses the XML response for an operation to get a range of pages for a page blob.

protected override IEnumerable<PageDiffRange> ParseXml()

Returns

IEnumerable<PageDiffRange>

An enumerable collection of PageRange objects.