PageBlobOutputStreamOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. PageBlobOutputStreamOptions
- com.
public final class PageBlobOutputStreamOptions
Extended options that may be passed when opening an output stream to a page blob.
Constructor Summary
| Constructor | Description |
|---|---|
| PageBlobOutputStreamOptions(PageRange pageRange) |
Creates a new instance of PageBlobOutputStreamOptions. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Content |
getContentValidationAlgorithm()
Gets the algorithm to use for transfer content validation on the request. |
|
Page |
getPageRange()
Gets the page range. |
|
Blob |
getRequestConditions()
Gets the BlobRequestConditions. |
|
Page |
setContentValidationAlgorithm(ContentValidationAlgorithm contentValidationAlgorithm)
Sets the algorithm to use for transfer content validation on the request. |
|
Page |
setRequestConditions(BlobRequestConditions requestConditions)
Sets the BlobRequestConditions. |
Methods inherited from java.lang.Object
Constructor Details
PageBlobOutputStreamOptions
public PageBlobOutputStreamOptions(PageRange pageRange)
Creates a new instance of PageBlobOutputStreamOptions.
Parameters:
Method Details
getContentValidationAlgorithm
public ContentValidationAlgorithm getContentValidationAlgorithm()
Gets the algorithm to use for transfer content validation on the request. See ContentValidationAlgorithm for more details.
Returns:
getPageRange
public PageRange getPageRange()
Gets the page range.
Returns:
getRequestConditions
public BlobRequestConditions getRequestConditions()
Gets the BlobRequestConditions.
Returns:
setContentValidationAlgorithm
public PageBlobOutputStreamOptions setContentValidationAlgorithm(ContentValidationAlgorithm contentValidationAlgorithm)
Sets the algorithm to use for transfer content validation on the request. See ContentValidationAlgorithm for more details.
Parameters:
Returns:
setRequestConditions
public PageBlobOutputStreamOptions setRequestConditions(BlobRequestConditions requestConditions)
Sets the BlobRequestConditions.
Parameters:
Returns: