| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileUploadInfo |
ShareFileClient.clearRange(long length)
Clears a range of bytes to specific of a file in storage file service.
|
ShareFileUploadInfo |
ShareFileClient.upload(InputStream data,
long length)
Uploads a range of bytes to the beginning of a file in storage file service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.