Class ShareFileDownloadOptions
java.lang.Object
com.azure.storage.file.share.options.ShareFileDownloadOptions
Extended options that may be passed when downloading a File.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRange()setRange(ShareFileRange range) setRangeContentMd5Requested(Boolean rangeContentMd5Requested) setRequestConditions(ShareRequestConditions requestConditions) setRetryOptions(DownloadRetryOptions retryOptions)
-
Constructor Details
-
ShareFileDownloadOptions
public ShareFileDownloadOptions()
-
-
Method Details
-
getRange
- Returns:
- The range of bytes over which to list ranges, inclusively.
-
isRangeContentMd5Requested
- Returns:
- Whether or not the service returns the MD5 hash for the range.
-
setRangeContentMd5Requested
- Parameters:
rangeContentMd5Requested- Whether or not the service returns the MD5 hash for the range.- Returns:
- The updated options.
-
getRequestConditions
- Returns:
ShareRequestConditions
-
getRetryOptions
- Returns:
DownloadRetryOptions
-