Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobsCopyIncrementalResponse> |
GeneratedPageBlobs.copyIncrementalWithRestResponseAsync(URL copySource,
Integer timeout,
Map<String,String> metadata,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobsCopyIncrementalResponse> |
PageBlobURL.copyIncremental(URL source,
String snapshot,
BlobAccessConditions accessConditions)
Begins an operation to start an incremental copy from one page blob's snapshot to this page
blob.
|
Copyright © 2018. All rights reserved.