Uses of Class
com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Packages that use PageBlobCopyIncrementalOptions 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. -
-
Uses of PageBlobCopyIncrementalOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return PageBlobCopyIncrementalOptions Modifier and Type Method Description PageBlobCopyIncrementalOptionsPageBlobCopyIncrementalOptions. setRequestConditions(PageBlobCopyIncrementalRequestConditions requestConditions) -
Uses of PageBlobCopyIncrementalOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type PageBlobCopyIncrementalOptions Modifier and Type Method 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.
-