| Package | Description |
|---|---|
| com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
PageBlobCopyIncrementalOptions |
PageBlobCopyIncrementalOptions.setRequestConditions(PageBlobCopyIncrementalRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<CopyStatusType>> |
PageBlobAsyncClient.copyIncrementalWithResponse(PageBlobCopyIncrementalOptions options)
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
|
com.azure.core.http.rest.Response<CopyStatusType> |
PageBlobClient.copyIncrementalWithResponse(PageBlobCopyIncrementalOptions options,
Duration timeout,
com.azure.core.util.Context context)
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.