Uses of Class
com.azure.storage.file.share.options.ShareFileDownloadOptions
-
Packages that use ShareFileDownloadOptions Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareFileDownloadOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareFileDownloadOptions Modifier and Type Method Description Mono<ShareFileDownloadAsyncResponse>ShareFileAsyncClient. downloadWithResponse(ShareFileDownloadOptions options)Downloads a file from the system, including its metadata and propertiesShareFileDownloadResponseShareFileClient. downloadWithResponse(OutputStream stream, ShareFileDownloadOptions options, Duration timeout, com.azure.core.util.Context context)Downloads a file from the system, including its metadata and properties -
Uses of ShareFileDownloadOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileDownloadOptions Modifier and Type Method Description ShareFileDownloadOptionsShareFileDownloadOptions. setRange(ShareFileRange range)ShareFileDownloadOptionsShareFileDownloadOptions. setRangeContentMd5Requested(Boolean rangeContentMd5Requested)ShareFileDownloadOptionsShareFileDownloadOptions. setRequestConditions(ShareRequestConditions requestConditions)ShareFileDownloadOptionsShareFileDownloadOptions. setRetryOptions(DownloadRetryOptions retryOptions)
-