Uses of Class
com.azure.storage.file.datalake.options.DataLakeFileOutputStreamOptions
Packages that use DataLakeFileOutputStreamOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakeFileOutputStreamOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeFileOutputStreamOptionsModifier and TypeMethodDescriptionDataLakeFileClient.getOutputStream(DataLakeFileOutputStreamOptions options) Creates and opens an output stream to write data to the file.DataLakeFileClient.getOutputStream(DataLakeFileOutputStreamOptions options, com.azure.core.util.Context context) Creates and opens an output stream to write data to the file. -
Uses of DataLakeFileOutputStreamOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakeFileOutputStreamOptionsModifier and TypeMethodDescriptionDataLakeFileOutputStreamOptions.setAccessTier(AccessTier tier) Sets theAccessTier.DataLakeFileOutputStreamOptions.setHeaders(PathHttpHeaders headers) Sets thePathHttpHeaders.DataLakeFileOutputStreamOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the file.DataLakeFileOutputStreamOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions.DataLakeFileOutputStreamOptions.setRequestConditions(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions.Sets the tags to associate with the file.