| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
FileParallelUploadOptions |
FileParallelUploadOptions.setHeaders(PathHttpHeaders headers)
Sets the
PathHttpHeaders. |
FileParallelUploadOptions |
FileParallelUploadOptions.setMetadata(Map<String,String> metadata)
Sets the metadata.
|
FileParallelUploadOptions |
FileParallelUploadOptions.setParallelTransferOptions(com.azure.storage.common.ParallelTransferOptions parallelTransferOptions)
Sets the
ParallelTransferOptions. |
FileParallelUploadOptions |
FileParallelUploadOptions.setPermissions(String permissions)
Sets the permissions.
|
FileParallelUploadOptions |
FileParallelUploadOptions.setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the
DataLakeRequestConditions. |
FileParallelUploadOptions |
FileParallelUploadOptions.setUmask(String umask)
Sets the umask.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.