Class FileSystemItem
java.lang.Object
com.azure.storage.file.datalake.models.FileSystemItem
An Azure Storage file system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the metadata property: The metadata property.getName()
Get the name property: The name property.Get the properties property: The properties property.Get the version property: The version property.Get the deleted property: The deleted property.setDeleted
(Boolean deleted) Set the deleted property: The deleted property.setMetadata
(Map<String, String> metadata) Set the metadata property: The metadata property.Set the name property: The name property.setProperties
(FileSystemItemProperties properties) Set the properties property: The properties property.setVersion
(String version) Set the version property: The version property.
-
Constructor Details
-
FileSystemItem
public FileSystemItem()
-
-
Method Details
-
getName
Get the name property: The name property.- Returns:
- the name value.
-
setName
Set the name property: The name property.- Parameters:
name
- the name value to set.- Returns:
- the FileSystemItem object itself.
-
isDeleted
Get the deleted property: The deleted property.- Returns:
- the deleted value.
-
setDeleted
Set the deleted property: The deleted property.- Parameters:
deleted
- the deleted value to set.- Returns:
- the FileSystemItem object itself.
-
getVersion
Get the version property: The version property.- Returns:
- the version value.
-
setVersion
Set the version property: The version property.- Parameters:
version
- the version value to set.- Returns:
- the FileSystemItem object itself.
-
getProperties
Get the properties property: The properties property.- Returns:
- the properties value.
-
setProperties
Set the properties property: The properties property.- Parameters:
properties
- the properties value to set.- Returns:
- the FileSystemItem object itself.
-
getMetadata
Get the metadata property: The metadata property.- Returns:
- the metadata value.
-
setMetadata
Set the metadata property: The metadata property.- Parameters:
metadata
- the metadata value to set.- Returns:
- the FileSystemItem object itself.
-