| 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 |
|---|---|
ShareFileInfo |
ShareFileClient.create(long maxSize)
Creates a file in the storage account and returns a response of
ShareFileInfo to interact with it. |
ShareFileInfo |
ShareFileClient.setProperties(long newFileSize,
ShareFileHttpHeaders httpHeaders,
FileSmbProperties smbProperties,
String filePermission)
Sets the user-defined httpHeaders to associate to the file.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.