BlobInputStreamOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlobInputStreamOptions
- com.
public class BlobInputStreamOptions
Extended options that may be passed when opening a blob input stream.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobInputStreamOptions() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
BlobInputStreamOptions
public BlobInputStreamOptions()
Method Details
getBlockSize
public Integer getBlockSize()
Returns:
getConsistentReadControl
public ConsistentReadControl getConsistentReadControl()
Returns:
getRange
getRequestConditions
setBlockSize
public BlobInputStreamOptions setBlockSize(Integer blockSize)
Parameters:
Returns:
setConsistentReadControl
public BlobInputStreamOptions setConsistentReadControl(ConsistentReadControl consistentReadControl)
Parameters:
Returns:
setRange
public BlobInputStreamOptions setRange(BlobRange range)
Parameters:
Returns:
setRequestConditions
public BlobInputStreamOptions setRequestConditions(BlobRequestConditions requestConditions)
Parameters:
Returns: