| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
PageList |
GeneratedPageBlobs.getPageRanges(String snapshot,
Integer timeout,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
PageList |
GeneratedPageBlobs.getPageRangesDiff(String snapshot,
Integer timeout,
String prevsnapshot,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Maybe<PageList> |
GeneratedPageBlobs.getPageRangesAsync(String snapshot,
Integer timeout,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
com.microsoft.rest.v2.ServiceFuture<PageList> |
GeneratedPageBlobs.getPageRangesAsync(String snapshot,
Integer timeout,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId,
com.microsoft.rest.v2.ServiceCallback<PageList> serviceCallback)
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
io.reactivex.Maybe<PageList> |
GeneratedPageBlobs.getPageRangesDiffAsync(String snapshot,
Integer timeout,
String prevsnapshot,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
|
com.microsoft.rest.v2.ServiceFuture<PageList> |
GeneratedPageBlobs.getPageRangesDiffAsync(String snapshot,
Integer timeout,
String prevsnapshot,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId,
com.microsoft.rest.v2.ServiceCallback<PageList> serviceCallback)
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.v2.ServiceFuture<PageList> |
GeneratedPageBlobs.getPageRangesAsync(String snapshot,
Integer timeout,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId,
com.microsoft.rest.v2.ServiceCallback<PageList> serviceCallback)
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
com.microsoft.rest.v2.ServiceFuture<PageList> |
GeneratedPageBlobs.getPageRangesDiffAsync(String snapshot,
Integer timeout,
String prevsnapshot,
String range,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId,
com.microsoft.rest.v2.ServiceCallback<PageList> serviceCallback)
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
PageList |
PageBlobsGetPageRangesResponse.body() |
PageList |
PageBlobsGetPageRangesDiffResponse.body() |
PageList |
PageList.withClearRange(List<ClearRange> clearRange)
Set the clearRange value.
|
PageList |
PageList.withPageRange(List<PageRange> pageRange)
Set the pageRange value.
|
| Constructor and Description |
|---|
PageBlobsGetPageRangesDiffResponse(int statusCode,
PageBlobsGetPageRangesDiffHeaders headers,
Map<String,String> rawHeaders,
PageList body)
Creates an instance of PageBlobsGetPageRangesDiffResponse.
|
PageBlobsGetPageRangesResponse(int statusCode,
PageBlobsGetPageRangesHeaders headers,
Map<String,String> rawHeaders,
PageList body)
Creates an instance of PageBlobsGetPageRangesResponse.
|
Copyright © 2018. All rights reserved.