DataLakeFileInputStreamOptions Class
- java.
lang. Object - com.
azure. storage. file. datalake. options. DataLakeFileInputStreamOptions
- com.
public final class DataLakeFileInputStreamOptions
Extended options that may be passed when opening a blob input stream.
Constructor Summary
Constructor | Description | |
---|---|---|
DataLakeFileInputStreamOptions() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
DataLakeFileInputStreamOptions
public DataLakeFileInputStreamOptions()
Method Details
getBlockSize
public Integer getBlockSize()
Returns:
getConsistentReadControl
public ConsistentReadControl getConsistentReadControl()
Returns:
getRange
getRequestConditions
isUserPrincipalName
public Boolean isUserPrincipalName()
Returns:
setBlockSize
public DataLakeFileInputStreamOptions setBlockSize(Integer blockSize)
Parameters:
Returns:
setConsistentReadControl
public DataLakeFileInputStreamOptions setConsistentReadControl(ConsistentReadControl consistentReadControl)
Parameters:
Returns:
setRange
public DataLakeFileInputStreamOptions setRange(FileRange range)
Parameters:
Returns:
setRequestConditions
public DataLakeFileInputStreamOptions setRequestConditions(DataLakeRequestConditions requestConditions)
Parameters:
Returns:
setUserPrincipalName
public DataLakeFileInputStreamOptions setUserPrincipalName(Boolean userPrincipalName)
Parameters:
Returns:
Applies to
Azure SDK for Java