| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
HandleItem |
HandleItem.setClientIp(String clientIp)
Set the clientIp property: Client IP that opened the handle.
|
HandleItem |
HandleItem.setFileId(String fileId)
Set the fileId property: FileId uniquely identifies the file or directory.
|
HandleItem |
HandleItem.setHandleId(String handleId)
Set the handleId property: XSMB service handle ID.
|
HandleItem |
HandleItem.setLastReconnectTime(OffsetDateTime lastReconnectTime)
Set the lastReconnectTime property: Time handle was last connected to (UTC).
|
HandleItem |
HandleItem.setOpenTime(OffsetDateTime openTime)
Set the openTime property: Time when the session that previously opened the handle has last been reconnected.
|
HandleItem |
HandleItem.setParentId(String parentId)
Set the parentId property: ParentId uniquely identifies the parent directory of the object.
|
HandleItem |
HandleItem.setPath(String path)
Set the path property: File or directory name including full path starting from share root.
|
HandleItem |
HandleItem.setSessionId(String sessionId)
Set the sessionId property: SMB session ID in context of which the file handle was opened.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.