azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

347 строки
24 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.models.HandleItem"
fullName: "com.azure.storage.file.share.models.HandleItem"
name: "HandleItem"
nameWithType: "HandleItem"
summary: "A listed Azure Storage handle item."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **HandleItem**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.storage.file.share.models.HandleItem.HandleItem()"
fullName: "com.azure.storage.file.share.models.HandleItem.HandleItem()"
name: "HandleItem()"
nameWithType: "HandleItem.HandleItem()"
summary: "Creates an instance of Handle<wbr>Item class."
syntax: "public HandleItem()"
desc: "Creates an instance of HandleItem class."
methods:
- uid: "com.azure.storage.file.share.models.HandleItem.fromXml(com.azure.xml.XmlReader)"
fullName: "com.azure.storage.file.share.models.HandleItem.fromXml(XmlReader xmlReader)"
name: "fromXml(XmlReader xmlReader)"
nameWithType: "HandleItem.fromXml(XmlReader xmlReader)"
summary: "Reads an instance of Handle<wbr>Item from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HandleItem fromXml(XmlReader xmlReader)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of HandleItem from the XmlReader."
returns:
description: "An instance of HandleItem if the XmlReader was pointing to an instance of it, or null if it was pointing\n to XML null."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.fromXml(com.azure.xml.XmlReader,java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.fromXml(XmlReader xmlReader, String rootElementName)"
name: "fromXml(XmlReader xmlReader, String rootElementName)"
nameWithType: "HandleItem.fromXml(XmlReader xmlReader, String rootElementName)"
summary: "Reads an instance of Handle<wbr>Item from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static HandleItem fromXml(XmlReader xmlReader, String rootElementName)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of HandleItem from the XmlReader."
returns:
description: "An instance of HandleItem if the XmlReader was pointing to an instance of it, or null if it was pointing\n to XML null."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.getAccessRights()"
fullName: "com.azure.storage.file.share.models.HandleItem.getAccessRights()"
name: "getAccessRights()"
nameWithType: "HandleItem.getAccessRights()"
summary: "Get the access<wbr>Rights property: The <xref uid=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileHandleAccessRights\"></xref> property."
syntax: "public List<ShareFileHandleAccessRights> getAccessRights()"
desc: "Get the accessRights property: The <xref uid=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileHandleAccessRights\"></xref> property."
returns:
description: "the accessRights list value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights?alt=com.azure.storage.file.share.models.ShareFileHandleAccessRights&text=ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.storage.file.share.models.HandleItem.getClientIp()"
fullName: "com.azure.storage.file.share.models.HandleItem.getClientIp()"
name: "getClientIp()"
nameWithType: "HandleItem.getClientIp()"
summary: "Get the client<wbr>Ip property: Client IP that opened the handle."
syntax: "public String getClientIp()"
desc: "Get the clientIp property: Client IP that opened the handle."
returns:
description: "the clientIp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getClientName()"
fullName: "com.azure.storage.file.share.models.HandleItem.getClientName()"
name: "getClientName()"
nameWithType: "HandleItem.getClientName()"
summary: "Get the client<wbr>Name property: Name of the client machine where the share is being mounted."
syntax: "public String getClientName()"
desc: "Get the clientName property: Name of the client machine where the share is being mounted."
returns:
description: "the clientName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getFileId()"
fullName: "com.azure.storage.file.share.models.HandleItem.getFileId()"
name: "getFileId()"
nameWithType: "HandleItem.getFileId()"
summary: "Get the file<wbr>Id property: File<wbr>Id uniquely identifies the file or directory."
syntax: "public String getFileId()"
desc: "Get the fileId property: FileId uniquely identifies the file or directory."
returns:
description: "the fileId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getHandleId()"
fullName: "com.azure.storage.file.share.models.HandleItem.getHandleId()"
name: "getHandleId()"
nameWithType: "HandleItem.getHandleId()"
summary: "Get the handle<wbr>Id property: XSMB service handle ID."
syntax: "public String getHandleId()"
desc: "Get the handleId property: XSMB service handle ID."
returns:
description: "the handleId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getLastReconnectTime()"
fullName: "com.azure.storage.file.share.models.HandleItem.getLastReconnectTime()"
name: "getLastReconnectTime()"
nameWithType: "HandleItem.getLastReconnectTime()"
summary: "Get the last<wbr>Reconnect<wbr>Time property: Time handle was last connected to (UTC)."
syntax: "public OffsetDateTime getLastReconnectTime()"
desc: "Get the lastReconnectTime property: Time handle was last connected to (UTC)."
returns:
description: "the lastReconnectTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getOpenTime()"
fullName: "com.azure.storage.file.share.models.HandleItem.getOpenTime()"
name: "getOpenTime()"
nameWithType: "HandleItem.getOpenTime()"
summary: "Get the open<wbr>Time property: Time when the session that previously opened the handle has last been reconnected."
syntax: "public OffsetDateTime getOpenTime()"
desc: "Get the openTime property: Time when the session that previously opened the handle has last been reconnected. (UTC)."
returns:
description: "the openTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getParentId()"
fullName: "com.azure.storage.file.share.models.HandleItem.getParentId()"
name: "getParentId()"
nameWithType: "HandleItem.getParentId()"
summary: "Get the parent<wbr>Id property: Parent<wbr>Id uniquely identifies the parent directory of the object."
syntax: "public String getParentId()"
desc: "Get the parentId property: ParentId uniquely identifies the parent directory of the object."
returns:
description: "the parentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getPath()"
fullName: "com.azure.storage.file.share.models.HandleItem.getPath()"
name: "getPath()"
nameWithType: "HandleItem.getPath()"
summary: "Get the path property: File or directory name including full path starting from share root."
syntax: "public String getPath()"
desc: "Get the path property: File or directory name including full path starting from share root."
returns:
description: "the path value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.getSessionId()"
fullName: "com.azure.storage.file.share.models.HandleItem.getSessionId()"
name: "getSessionId()"
nameWithType: "HandleItem.getSessionId()"
summary: "Get the session<wbr>Id property: SMB session ID in context of which the file handle was opened."
syntax: "public String getSessionId()"
desc: "Get the sessionId property: SMB session ID in context of which the file handle was opened."
returns:
description: "the sessionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.share.models.HandleItem.setAccessRights(java.util.List<com.azure.storage.file.share.models.ShareFileHandleAccessRights>)"
fullName: "com.azure.storage.file.share.models.HandleItem.setAccessRights(List<ShareFileHandleAccessRights> accessRights)"
name: "setAccessRights(List<ShareFileHandleAccessRights> accessRights)"
nameWithType: "HandleItem.setAccessRights(List<ShareFileHandleAccessRights> accessRights)"
summary: "Set the access<wbr>Rights property: The <xref uid=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileHandleAccessRights\"></xref> property."
parameters:
- description: "the accessRights list to set."
name: "accessRights"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights?alt=com.azure.storage.file.share.models.ShareFileHandleAccessRights&text=ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public HandleItem setAccessRights(List<ShareFileHandleAccessRights> accessRights)"
desc: "Set the accessRights property: The <xref uid=\"com.azure.storage.file.share.models.ShareFileHandleAccessRights\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareFileHandleAccessRights\"></xref> property."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setClientIp(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setClientIp(String clientIp)"
name: "setClientIp(String clientIp)"
nameWithType: "HandleItem.setClientIp(String clientIp)"
summary: "Set the client<wbr>Ip property: Client IP that opened the handle."
parameters:
- description: "the clientIp value to set."
name: "clientIp"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setClientIp(String clientIp)"
desc: "Set the clientIp property: Client IP that opened the handle."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setClientName(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setClientName(String clientName)"
name: "setClientName(String clientName)"
nameWithType: "HandleItem.setClientName(String clientName)"
summary: "Set the client<wbr>Name property: Name of the client machine where the share is being mounted."
parameters:
- description: "the clientName value to set."
name: "clientName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setClientName(String clientName)"
desc: "Set the clientName property: Name of the client machine where the share is being mounted."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setFileId(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setFileId(String fileId)"
name: "setFileId(String fileId)"
nameWithType: "HandleItem.setFileId(String fileId)"
summary: "Set the file<wbr>Id property: File<wbr>Id uniquely identifies the file or directory."
parameters:
- description: "the fileId value to set."
name: "fileId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setFileId(String fileId)"
desc: "Set the fileId property: FileId uniquely identifies the file or directory."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setHandleId(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setHandleId(String handleId)"
name: "setHandleId(String handleId)"
nameWithType: "HandleItem.setHandleId(String handleId)"
summary: "Set the handle<wbr>Id property: XSMB service handle ID."
parameters:
- description: "the handleId value to set."
name: "handleId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setHandleId(String handleId)"
desc: "Set the handleId property: XSMB service handle ID."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setLastReconnectTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.file.share.models.HandleItem.setLastReconnectTime(OffsetDateTime lastReconnectTime)"
name: "setLastReconnectTime(OffsetDateTime lastReconnectTime)"
nameWithType: "HandleItem.setLastReconnectTime(OffsetDateTime lastReconnectTime)"
summary: "Set the last<wbr>Reconnect<wbr>Time property: Time handle was last connected to (UTC)."
parameters:
- description: "the lastReconnectTime value to set."
name: "lastReconnectTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public HandleItem setLastReconnectTime(OffsetDateTime lastReconnectTime)"
desc: "Set the lastReconnectTime property: Time handle was last connected to (UTC)."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setOpenTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.file.share.models.HandleItem.setOpenTime(OffsetDateTime openTime)"
name: "setOpenTime(OffsetDateTime openTime)"
nameWithType: "HandleItem.setOpenTime(OffsetDateTime openTime)"
summary: "Set the open<wbr>Time property: Time when the session that previously opened the handle has last been reconnected."
parameters:
- description: "the openTime value to set."
name: "openTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public HandleItem setOpenTime(OffsetDateTime openTime)"
desc: "Set the openTime property: Time when the session that previously opened the handle has last been reconnected. (UTC)."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setParentId(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setParentId(String parentId)"
name: "setParentId(String parentId)"
nameWithType: "HandleItem.setParentId(String parentId)"
summary: "Set the parent<wbr>Id property: Parent<wbr>Id uniquely identifies the parent directory of the object."
parameters:
- description: "the parentId value to set."
name: "parentId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setParentId(String parentId)"
desc: "Set the parentId property: ParentId uniquely identifies the parent directory of the object."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setPath(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setPath(String path)"
name: "setPath(String path)"
nameWithType: "HandleItem.setPath(String path)"
summary: "Set the path property: File or directory name including full path starting from share root."
parameters:
- description: "the path value to set."
name: "path"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setPath(String path)"
desc: "Set the path property: File or directory name including full path starting from share root."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.setSessionId(java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.setSessionId(String sessionId)"
name: "setSessionId(String sessionId)"
nameWithType: "HandleItem.setSessionId(String sessionId)"
summary: "Set the session<wbr>Id property: SMB session ID in context of which the file handle was opened."
parameters:
- description: "the sessionId value to set."
name: "sessionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HandleItem setSessionId(String sessionId)"
desc: "Set the sessionId property: SMB session ID in context of which the file handle was opened."
returns:
description: "the HandleItem object itself."
type: "<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.toXml(com.azure.xml.XmlWriter)"
fullName: "com.azure.storage.file.share.models.HandleItem.toXml(XmlWriter xmlWriter)"
name: "toXml(XmlWriter xmlWriter)"
nameWithType: "HandleItem.toXml(XmlWriter xmlWriter)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.HandleItem.toXml(com.azure.xml.XmlWriter,java.lang.String)"
fullName: "com.azure.storage.file.share.models.HandleItem.toXml(XmlWriter xmlWriter, String rootElementName)"
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
nameWithType: "HandleItem.toXml(XmlWriter xmlWriter, String rootElementName)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A listed Azure Storage handle item."
implements:
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.file.share.models.HandleItem?alt=com.azure.storage.file.share.models.HandleItem&text=HandleItem\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.23.1