Uses of Class
com.azure.storage.file.share.models.HandleItem
Packages that use HandleItem
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
-
Uses of HandleItem in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type HandleItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<HandleItem> ShareDirectoryAsyncClient.listHandles(Integer maxResultPerPage, boolean recursive) List of open handles on a directory or a file.com.azure.core.http.rest.PagedIterable<HandleItem> ShareDirectoryClient.listHandles(Integer maxResultsPerPage, boolean recursive, Duration timeout, com.azure.core.util.Context context) List of open handles on a directory or a file.com.azure.core.http.rest.PagedFlux<HandleItem> ShareFileAsyncClient.listHandles()List of open handles on a file.com.azure.core.http.rest.PagedFlux<HandleItem> ShareFileAsyncClient.listHandles(Integer maxResultsPerPage) List of open handles on a file.com.azure.core.http.rest.PagedIterable<HandleItem> ShareFileClient.listHandles()List of open handles on a file.com.azure.core.http.rest.PagedIterable<HandleItem> ShareFileClient.listHandles(Integer maxResultsPerPage, Duration timeout, com.azure.core.util.Context context) List of open handles on a file. -
Uses of HandleItem in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return HandleItemModifier and TypeMethodDescriptionstatic HandleItemHandleItem.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of HandleItem from the XmlReader.static HandleItemReads an instance of HandleItem from the XmlReader.HandleItem.setAccessRights(List<ShareFileHandleAccessRights> accessRights) Set the accessRights property: TheShareFileHandleAccessRightsproperty.HandleItem.setClientIp(String clientIp) Set the clientIp property: Client IP that opened the handle.HandleItem.setClientName(String clientName) Set the clientName property: Name of the client machine where the share is being mounted.Set the fileId property: FileId uniquely identifies the file or directory.HandleItem.setHandleId(String handleId) Set the handleId property: XSMB service handle ID.HandleItem.setLastReconnectTime(OffsetDateTime lastReconnectTime) Set the lastReconnectTime property: Time handle was last connected to (UTC).HandleItem.setOpenTime(OffsetDateTime openTime) Set the openTime property: Time when the session that previously opened the handle has last been reconnected.HandleItem.setParentId(String parentId) Set the parentId property: ParentId uniquely identifies the parent directory of the object.Set the path property: File or directory name including full path starting from share root.HandleItem.setSessionId(String sessionId) Set the sessionId property: SMB session ID in context of which the file handle was opened.