| 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 |
|---|---|
ShareInfo |
ShareClient.create()
Creates the share in the storage account.
|
ShareInfo |
ShareClient.setAccessPolicy(List<ShareSignedIdentifier> permissions)
Sets stored access policies for the share.
|
ShareInfo |
ShareClient.setMetadata(Map<String,String> metadata)
Sets the user-defined metadata to associate to the share.
|
ShareInfo |
ShareClient.setQuota(int quotaInGB)
Sets the maximum size in GB that the share is allowed to grow.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.