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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java