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 |
---|---|
CloseHandlesInfo |
ShareDirectoryClient.forceCloseAllHandles(boolean recursive,
Duration timeout,
com.azure.core.util.Context context)
Closes all handles opened on the directory at the service.
|
CloseHandlesInfo |
ShareFileClient.forceCloseAllHandles(Duration timeout,
com.azure.core.util.Context context)
Closes all handles opened on the file at the service.
|
CloseHandlesInfo |
ShareDirectoryClient.forceCloseHandle(String handleId)
Closes a handle on the directory at the service.
|
CloseHandlesInfo |
ShareFileClient.forceCloseHandle(String handleId)
Closes a handle on the file at the service.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.