FileSystemItem Class

  • java.lang.Object
    • com.azure.storage.file.datalake.models.FileSystemItem

public class FileSystemItem

An Azure Storage file system.

Constructor Summary

Constructor Description
FileSystemItem()

Method Summary

Modifier and Type Method and Description
Map<String,String> getMetadata()

Get the metadata property: The metadata property.

String getName()

Get the name property: The name property.

FileSystemItemProperties getProperties()

Get the properties property: The properties property.

String getVersion()

Get the version property: The version property.

Boolean isDeleted()

Get the deleted property: The deleted property.

FileSystemItem setDeleted(Boolean deleted)

Set the deleted property: The deleted property.

FileSystemItem setMetadata(Map<String,String> metadata)

Set the metadata property: The metadata property.

FileSystemItem setName(String name)

Set the name property: The name property.

FileSystemItem setProperties(FileSystemItemProperties properties)

Set the properties property: The properties property.

FileSystemItem setVersion(String version)

Set the version property: The version property.

Methods inherited from java.lang.Object

Constructor Details

FileSystemItem

public FileSystemItem()

Method Details

getMetadata

public Map getMetadata()

Get the metadata property: The metadata property.

Returns:

the metadata value.

getName

public String getName()

Get the name property: The name property.

Returns:

the name value.

getProperties

public FileSystemItemProperties getProperties()

Get the properties property: The properties property.

Returns:

the properties value.

getVersion

public String getVersion()

Get the version property: The version property.

Returns:

the version value.

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.

setMetadata

public FileSystemItem setMetadata(Map metadata)

Set the metadata property: The metadata property.

Parameters:

metadata - the metadata value to set.

Returns:

the FileSystemItem object itself.

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.

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.

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.

Applies to