Uses of Class
com.azure.storage.file.share.models.CloseHandlesInfo
Packages that use CloseHandlesInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of CloseHandlesInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return CloseHandlesInfoModifier and TypeMethodDescriptionShareDirectoryClient.forceCloseAllHandles(boolean recursive, Duration timeout, com.azure.core.util.Context context) Closes all handles opened on the directory at the service.ShareFileClient.forceCloseAllHandles(Duration timeout, com.azure.core.util.Context context) Closes all handles opened on the file at the service.ShareDirectoryClient.forceCloseHandle(String handleId) Closes a handle on the directory at the service.ShareFileClient.forceCloseHandle(String handleId) Closes a handle on the file at the service.Methods in com.azure.storage.file.share that return types with arguments of type CloseHandlesInfoModifier and TypeMethodDescriptionShareDirectoryAsyncClient.forceCloseAllHandles(boolean recursive) Closes all handles opened on the directory at the service.ShareFileAsyncClient.forceCloseAllHandles()Closes all handles opened on the file at the service.ShareDirectoryAsyncClient.forceCloseHandle(String handleId) Closes a handle on the directory.ShareFileAsyncClient.forceCloseHandle(String handleId) Closes a handle on the file.Mono<com.azure.core.http.rest.Response<CloseHandlesInfo>> ShareDirectoryAsyncClient.forceCloseHandleWithResponse(String handleId) Closes a handle on the directory.com.azure.core.http.rest.Response<CloseHandlesInfo> ShareDirectoryClient.forceCloseHandleWithResponse(String handleId, Duration timeout, com.azure.core.util.Context context) Closes a handle on the directory at the service.Mono<com.azure.core.http.rest.Response<CloseHandlesInfo>> ShareFileAsyncClient.forceCloseHandleWithResponse(String handleId) Closes a handle on the file.com.azure.core.http.rest.Response<CloseHandlesInfo> ShareFileClient.forceCloseHandleWithResponse(String handleId, Duration timeout, com.azure.core.util.Context context) Closes a handle on the file at the service.