FileHandle Class
- java.
lang. Object - com.
microsoft. azure. storage. file. FileHandle
- com.
public class FileHandle
Represents a handle to an Azure Storage File.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getClientIP() |
String | getFileID() |
String | getHandleID() |
String | getLastReconnectTime() |
String | getOpenTime() |
String | getParentFileID() |
String | getPath() |
String | getSessionID() |
Method Details
getClientIP
public String getClientIP()
getFileID
public String getFileID()
getHandleID
public String getHandleID()
getLastReconnectTime
public String getLastReconnectTime()
getOpenTime
public String getOpenTime()
getParentFileID
public String getParentFileID()
getPath
public String getPath()
getSessionID
public String getSessionID()
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java