FileSystemItem Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileSystemItem
- com.
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. |
File |
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. |
File |
setDeleted(Boolean deleted)
Set the deleted property: The deleted property. |
File |
setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property. |
File |
setName(String name)
Set the name property: The name property. |
File |
setProperties(FileSystemItemProperties properties)
Set the properties property: The properties property. |
File |
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
Get the metadata property: The metadata property.
Returns:
getName
public String getName()
Get the name property: The name property.
Returns:
getProperties
public FileSystemItemProperties getProperties()
Get the properties property: The properties property.
Returns:
getVersion
public String getVersion()
Get the version property: The version property.
Returns:
isDeleted
public Boolean isDeleted()
Get the deleted property: The deleted property.
Returns:
setDeleted
public FileSystemItem setDeleted(Boolean deleted)
Set the deleted property: The deleted property.
Parameters:
Returns:
setMetadata
public FileSystemItem setMetadata(Map
Set the metadata property: The metadata property.
Parameters:
Returns:
setName
public FileSystemItem setName(String name)
Set the name property: The name property.
Parameters:
Returns:
setProperties
public FileSystemItem setProperties(FileSystemItemProperties properties)
Set the properties property: The properties property.
Parameters:
Returns:
setVersion
public FileSystemItem setVersion(String version)
Set the version property: The version property.
Parameters:
Returns:
Applies to
Azure SDK for Java