public final class ShareFileDownloadOptions extends Object
| Constructor and Description |
|---|
ShareFileDownloadOptions() |
| Modifier and Type | Method and Description |
|---|---|
ShareFileRange |
getRange() |
ShareRequestConditions |
getRequestConditions() |
DownloadRetryOptions |
getRetryOptions() |
Boolean |
isRangeContentMd5Requested() |
ShareFileDownloadOptions |
setRange(ShareFileRange range) |
ShareFileDownloadOptions |
setRangeContentMd5Requested(Boolean rangeContentMd5Requested) |
ShareFileDownloadOptions |
setRequestConditions(ShareRequestConditions requestConditions) |
ShareFileDownloadOptions |
setRetryOptions(DownloadRetryOptions retryOptions) |
public ShareFileRange getRange()
public ShareFileDownloadOptions setRange(ShareFileRange range)
range - The range of bytes over which to list ranges, inclusively.public Boolean isRangeContentMd5Requested()
public ShareFileDownloadOptions setRangeContentMd5Requested(Boolean rangeContentMd5Requested)
rangeContentMd5Requested - Whether or not the service returns the MD5 hash for the range.public ShareRequestConditions getRequestConditions()
ShareRequestConditionspublic ShareFileDownloadOptions setRequestConditions(ShareRequestConditions requestConditions)
requestConditions - ShareRequestConditions for the file.public DownloadRetryOptions getRetryOptions()
DownloadRetryOptionspublic ShareFileDownloadOptions setRetryOptions(DownloadRetryOptions retryOptions)
retryOptions - DownloadRetryOptionsVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.