| Package | Description | 
|---|---|
| com.microsoft.azure.storage.blob | 
 This package contains the storage service blob classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PageRangeDiff
Represents a range of pages in a page blob which have changed since the previous snapshot specified. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<PageRange> | 
CloudPageBlob.downloadPageRanges()
Returns a collection of page ranges and their starting and ending byte offsets. 
 | 
ArrayList<PageRange> | 
CloudPageBlob.downloadPageRanges(AccessCondition accessCondition,
                  BlobRequestOptions options,
                  OperationContext opContext)
Returns a collection of page ranges and their starting and ending byte offsets using the specified request
 options and operation context. 
 | 
List<PageRange> | 
CloudPageBlob.downloadPageRanges(long offset,
                  Long length)
Returns a collection of page ranges and their starting and ending byte offsets. 
 | 
List<PageRange> | 
CloudPageBlob.downloadPageRanges(long offset,
                  Long length,
                  AccessCondition accessCondition,
                  BlobRequestOptions options,
                  OperationContext opContext)
Returns a collection of page ranges and their starting and ending byte offsets using the specified request
 options and operation context. 
 | 
/** 
* Copyright Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/