Class FileSystemItem


  • public class FileSystemItem
    extends Object
    An Azure Storage file system.
    • Constructor Detail

      • FileSystemItem

        public FileSystemItem()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name property.
        Returns:
        the name value.
      • setName

        public FileSystemItem setName​(String name)
        Set the name property: The name property.
        Parameters:
        name - the name value to set.
        Returns:
        the FileSystemItem object itself.
      • isDeleted

        public Boolean isDeleted()
        Get the deleted property: The deleted property.
        Returns:
        the deleted value.
      • setDeleted

        public FileSystemItem setDeleted​(Boolean deleted)
        Set the deleted property: The deleted property.
        Parameters:
        deleted - the deleted value to set.
        Returns:
        the FileSystemItem object itself.
      • getVersion

        public String getVersion()
        Get the version property: The version property.
        Returns:
        the version value.
      • setVersion

        public FileSystemItem setVersion​(String version)
        Set the version property: The version property.
        Parameters:
        version - the version value to set.
        Returns:
        the FileSystemItem object itself.
      • getProperties

        public FileSystemItemProperties getProperties()
        Get the properties property: The properties property.
        Returns:
        the properties value.
      • setProperties

        public FileSystemItem setProperties​(FileSystemItemProperties properties)
        Set the properties property: The properties property.
        Parameters:
        properties - the properties value to set.
        Returns:
        the FileSystemItem object itself.
      • getMetadata

        public Map<String,​String> getMetadata()
        Get the metadata property: The metadata property.
        Returns:
        the metadata value.
      • setMetadata

        public FileSystemItem setMetadata​(Map<String,​String> metadata)
        Set the metadata property: The metadata property.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the FileSystemItem object itself.