public class BlobInputStreamOptions extends Object
| Constructor and Description |
|---|
BlobInputStreamOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBlockSize() |
BlobRange |
getRange() |
BlobRequestConditions |
getRequestConditions() |
BlobInputStreamOptions |
setBlockSize(Integer blockSize) |
BlobInputStreamOptions |
setRange(BlobRange range) |
BlobInputStreamOptions |
setRequestConditions(BlobRequestConditions requestConditions) |
public BlobInputStreamOptions setRange(BlobRange range)
range - BlobRangepublic BlobRequestConditions getRequestConditions()
BlobRequestConditionspublic BlobInputStreamOptions setRequestConditions(BlobRequestConditions requestConditions)
requestConditions - BlobRequestConditionspublic Integer getBlockSize()
public BlobInputStreamOptions setBlockSize(Integer blockSize)
blockSize - The size of each data chunk returned from the service. If block size is large, input stream
will make fewer network calls, but each individual call will send more data and will therefore take longer.
The default value is 4 MB.Copyright © 2020 Microsoft Corporation. All rights reserved.