Uses of Class
com.azure.storage.file.datalake.options.FileParallelUploadOptions
-
Packages that use FileParallelUploadOptions Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.options 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 FileParallelUploadOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<PathInfo>>DataLakeFileAsyncClient. 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 FileParallelUploadOptions Modifier and Type Method Description FileParallelUploadOptionsFileParallelUploadOptions. setHeaders(PathHttpHeaders headers)Sets thePathHttpHeaders.FileParallelUploadOptionsFileParallelUploadOptions. setMetadata(Map<String,String> metadata)Sets the metadata.FileParallelUploadOptionsFileParallelUploadOptions. setParallelTransferOptions(com.azure.storage.common.ParallelTransferOptions parallelTransferOptions)Sets theParallelTransferOptions.FileParallelUploadOptionsFileParallelUploadOptions. setPermissions(String permissions)Sets the permissions.FileParallelUploadOptionsFileParallelUploadOptions. setRequestConditions(DataLakeRequestConditions requestConditions)Sets theDataLakeRequestConditions.FileParallelUploadOptionsFileParallelUploadOptions. setUmask(String umask)Sets the umask.
-