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<PageBlobCopyIncrementalResponse> |
GeneratedPageBlobs.copyIncrementalWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
String requestId,
ModifiedAccessConditions modifiedAccessConditions)
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<PageBlobCopyIncrementalResponse> |
PageBlobURL.copyIncremental(URL source,
String snapshot,
ModifiedAccessConditions modifiedAccessConditions,
com.microsoft.rest.v2.Context context)
Begins an operation to start an incremental copy from one page blob's snapshot to this page
blob.
|
This documentation was released into the public domain.