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

156 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.FileSystemItem"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem"
name: "FileSystemItem"
nameWithType: "FileSystemItem"
summary: "An Azure Storage file system."
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 class **FileSystemItem**"
constructors:
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.FileSystemItem()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.FileSystemItem()"
name: "FileSystemItem()"
nameWithType: "FileSystemItem.FileSystemItem()"
syntax: "public FileSystemItem()"
methods:
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.getMetadata()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.getMetadata()"
name: "getMetadata()"
nameWithType: "FileSystemItem.getMetadata()"
summary: "Get the metadata property: The metadata property."
syntax: "public Map<String,String> getMetadata()"
desc: "Get the metadata property: The metadata property."
returns:
description: "the metadata value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.getName()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.getName()"
name: "getName()"
nameWithType: "FileSystemItem.getName()"
summary: "Get the name property: The name property."
syntax: "public String getName()"
desc: "Get the name property: The name property."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.getProperties()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.getProperties()"
name: "getProperties()"
nameWithType: "FileSystemItem.getProperties()"
summary: "Get the properties property: The properties property."
syntax: "public FileSystemItemProperties getProperties()"
desc: "Get the properties property: The properties property."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItemProperties?alt=com.azure.storage.file.datalake.models.FileSystemItemProperties&text=FileSystemItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.getVersion()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.getVersion()"
name: "getVersion()"
nameWithType: "FileSystemItem.getVersion()"
summary: "Get the version property: The version property."
syntax: "public String getVersion()"
desc: "Get the version property: The version property."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.isDeleted()"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.isDeleted()"
name: "isDeleted()"
nameWithType: "FileSystemItem.isDeleted()"
summary: "Get the deleted property: The deleted property."
syntax: "public Boolean isDeleted()"
desc: "Get the deleted property: The deleted property."
returns:
description: "the deleted value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.setDeleted(java.lang.Boolean)"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.setDeleted(Boolean deleted)"
name: "setDeleted(Boolean deleted)"
nameWithType: "FileSystemItem.setDeleted(Boolean deleted)"
summary: "Set the deleted property: The deleted property."
parameters:
- description: "the deleted value to set."
name: "deleted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public FileSystemItem setDeleted(Boolean deleted)"
desc: "Set the deleted property: The deleted property."
returns:
description: "the FileSystemItem object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItem?alt=com.azure.storage.file.datalake.models.FileSystemItem&text=FileSystemItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.setMetadata(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.setMetadata(Map<String,String> metadata)"
name: "setMetadata(Map<String,String> metadata)"
nameWithType: "FileSystemItem.setMetadata(Map<String,String> metadata)"
summary: "Set the metadata property: The metadata property."
parameters:
- description: "the metadata value to set."
name: "metadata"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public FileSystemItem setMetadata(Map<String,String> metadata)"
desc: "Set the metadata property: The metadata property."
returns:
description: "the FileSystemItem object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItem?alt=com.azure.storage.file.datalake.models.FileSystemItem&text=FileSystemItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.setName(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.setName(String name)"
name: "setName(String name)"
nameWithType: "FileSystemItem.setName(String name)"
summary: "Set the name property: The name property."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileSystemItem setName(String name)"
desc: "Set the name property: The name property."
returns:
description: "the FileSystemItem object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItem?alt=com.azure.storage.file.datalake.models.FileSystemItem&text=FileSystemItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.setProperties(com.azure.storage.file.datalake.models.FileSystemItemProperties)"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.setProperties(FileSystemItemProperties properties)"
name: "setProperties(FileSystemItemProperties properties)"
nameWithType: "FileSystemItem.setProperties(FileSystemItemProperties properties)"
summary: "Set the properties property: The properties property."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItemProperties?alt=com.azure.storage.file.datalake.models.FileSystemItemProperties&text=FileSystemItemProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileSystemItem setProperties(FileSystemItemProperties properties)"
desc: "Set the properties property: The properties property."
returns:
description: "the FileSystemItem object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItem?alt=com.azure.storage.file.datalake.models.FileSystemItem&text=FileSystemItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.FileSystemItem.setVersion(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.FileSystemItem.setVersion(String version)"
name: "setVersion(String version)"
nameWithType: "FileSystemItem.setVersion(String version)"
summary: "Set the version property: The version property."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileSystemItem setVersion(String version)"
desc: "Set the version property: The version property."
returns:
description: "the FileSystemItem object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.FileSystemItem?alt=com.azure.storage.file.datalake.models.FileSystemItem&text=FileSystemItem\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An Azure Storage file system."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.21.0