Uses of Class
com.azure.storage.file.datalake.options.FileParallelUploadOptions
Packages that use FileParallelUploadOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of FileParallelUploadOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type FileParallelUploadOptionsModifier and TypeMethodDescriptionDataLakeFileAsyncClient.uploadWithResponse(FileParallelUploadOptions options) Creates a new file.com.azure.core.http.rest.Response<PathInfo> DataLakeFileClient.uploadWithResponse(FileParallelUploadOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new file. -
Uses of FileParallelUploadOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return FileParallelUploadOptionsModifier and TypeMethodDescriptionFileParallelUploadOptions.setEncryptionContext(String encryptionContext) Optional encryption context that can be set on the file.FileParallelUploadOptions.setHeaders(PathHttpHeaders headers) Sets thePathHttpHeaders.FileParallelUploadOptions.setMetadata(Map<String, String> metadata) Sets the metadata.FileParallelUploadOptions.setParallelTransferOptions(com.azure.storage.common.ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions.FileParallelUploadOptions.setPermissions(String permissions) Sets the permissions.FileParallelUploadOptions.setRequestConditions(DataLakeRequestConditions requestConditions) Sets theDataLakeRequestConditions.Sets the umask.