| 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.uploadRangeWithResponse(ShareFileUploadRangeOptions options)
Uploads a range of bytes to the specified offset of a file in storage file service.
|
com.azure.core.http.rest.Response<ShareFileUploadInfo> |
ShareFileClient.uploadRangeWithResponse(ShareFileUploadRangeOptions options,
Duration timeout,
com.azure.core.util.Context context)
Uploads a range of bytes to the specified offset of a file in storage file service.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileUploadRangeOptions |
ShareFileUploadRangeOptions.setOffset(Long offset)
Sets the offset to start writing data at.
|
ShareFileUploadRangeOptions |
ShareFileUploadRangeOptions.setRequestConditions(ShareRequestConditions requestConditions)
Sets the
ShareRequestConditions. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.