BlobDownloadContentOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlobDownloadContentOptions
- com.
public final class BlobDownloadContentOptions
Extended options that may be passed when downloading blob content (full blob or range in memory).
Constructor Summary
| Constructor | Description |
|---|---|
| BlobDownloadContentOptions() |
Creates a new instance of BlobDownloadContentOptions. |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
BlobDownloadContentOptions
public BlobDownloadContentOptions()
Creates a new instance of BlobDownloadContentOptions.
Method Details
getContentValidationAlgorithm
public ContentValidationAlgorithm getContentValidationAlgorithm()
Gets the algorithm to use for transfer content validation. See ContentValidationAlgorithm for more details.
Returns:
getDownloadRetryOptions
public DownloadRetryOptions getDownloadRetryOptions()
Gets the DownloadRetryOptions.
Returns:
getRange
getRequestConditions
public BlobRequestConditions getRequestConditions()
Gets the BlobRequestConditions.
Returns:
isRetrieveContentRangeMd5
public boolean isRetrieveContentRangeMd5()
Gets whether the content MD5 for the specified blob range should be returned.
Returns:
setContentValidationAlgorithm
public BlobDownloadContentOptions setContentValidationAlgorithm(ContentValidationAlgorithm contentValidationAlgorithm)
Sets the algorithm to use for transfer content validation. See ContentValidationAlgorithm for more details.
Parameters:
Returns:
setDownloadRetryOptions
public BlobDownloadContentOptions setDownloadRetryOptions(DownloadRetryOptions downloadRetryOptions)
Sets the DownloadRetryOptions.
Parameters:
Returns:
setRange
public BlobDownloadContentOptions setRange(BlobRange range)
Sets the BlobRange.
Parameters:
Returns:
setRequestConditions
public BlobDownloadContentOptions setRequestConditions(BlobRequestConditions requestConditions)
Sets the BlobRequestConditions.
Parameters:
Returns:
setRetrieveContentRangeMd5
public BlobDownloadContentOptions setRetrieveContentRangeMd5(boolean retrieveContentRangeMd5)
Sets whether the content MD5 for the specified blob range should be returned.
Parameters:
Returns: