Uses of Class
com.azure.storage.file.share.models.HandleItem
-
Packages that use HandleItem Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.models Package containing classes 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 HandleItem Modifier and Type Method Description com.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 HandleItem Modifier and Type Method Description HandleItemHandleItem. setClientIp(String clientIp)Set the clientIp property: Client IP that opened the handle.HandleItemHandleItem. setFileId(String fileId)Set the fileId property: FileId uniquely identifies the file or directory.HandleItemHandleItem. setHandleId(String handleId)Set the handleId property: XSMB service handle ID.HandleItemHandleItem. setLastReconnectTime(OffsetDateTime lastReconnectTime)Set the lastReconnectTime property: Time handle was last connected to (UTC).HandleItemHandleItem. setOpenTime(OffsetDateTime openTime)Set the openTime property: Time when the session that previously opened the handle has last been reconnected.HandleItemHandleItem. setParentId(String parentId)Set the parentId property: ParentId uniquely identifies the parent directory of the object.HandleItemHandleItem. setPath(String path)Set the path property: File or directory name including full path starting from share root.HandleItemHandleItem. setSessionId(String sessionId)Set the sessionId property: SMB session ID in context of which the file handle was opened.
-