Uses of Class
com.azure.storage.file.datalake.options.DataLakeFileInputStreamOptions
Packages that use DataLakeFileInputStreamOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakeFileInputStreamOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeFileInputStreamOptionsModifier and TypeMethodDescriptionDataLakeFileClient.openInputStream(DataLakeFileInputStreamOptions options) Opens a file input stream to download the specified range of the file.DataLakeFileClient.openInputStream(DataLakeFileInputStreamOptions options, com.azure.core.util.Context context) Opens a file input stream to download the specified range of the file. -
Uses of DataLakeFileInputStreamOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakeFileInputStreamOptionsModifier and TypeMethodDescriptionDataLakeFileInputStreamOptions.setBlockSize(Integer blockSize) Sets the size of each data chunk returned from the service.DataLakeFileInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.Sets theFileRange.DataLakeFileInputStreamOptions.setRequestConditions(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions.DataLakeFileInputStreamOptions.setUserPrincipalName(Boolean userPrincipalName) Sets the value for the x-ms-upn header.