| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<ShareFileUploadInfo>> |
ShareFileAsyncClient.uploadWithResponse(ShareFileUploadOptions options)
Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service.
|
com.azure.core.http.rest.Response<ShareFileUploadInfo> |
ShareFileClient.uploadWithResponse(ShareFileUploadOptions options,
Duration timeout,
com.azure.core.util.Context context)
Buffers a range of bytes and uploads sub-ranges in parallel to a file in storage file service.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileUploadOptions |
ShareFileUploadOptions.setOffset(Long offset)
Sets the offset to start writing data at.
|
ShareFileUploadOptions |
ShareFileUploadOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)
Sets the
ParallelTransferOptions. |
ShareFileUploadOptions |
ShareFileUploadOptions.setRequestConditions(ShareRequestConditions requestConditions)
Sets the
ShareRequestConditions. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.