| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<ShareProperties>> |
ShareAsyncClient.getPropertiesWithResponse(ShareGetPropertiesOptions options)
Retrieves the properties of the share, these include the metadata associated with it and the quota that the share
is restricted to.
|
com.azure.core.http.rest.Response<ShareProperties> |
ShareClient.getPropertiesWithResponse(ShareGetPropertiesOptions options,
Duration timeout,
com.azure.core.util.Context context)
Retrieves the properties of the share, these include the metadata associated to it and the quota that the share
is restricted to.
|
| Modifier and Type | Method and Description |
|---|---|
ShareGetPropertiesOptions |
ShareGetPropertiesOptions.setRequestConditions(ShareRequestConditions requestConditions) |
Copyright © 2021 Microsoft Corporation. All rights reserved.