FileSystemListDetails Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileSystemListDetails
- com.
public final class FileSystemListDetails
This type allows users to specify additional information the service should return with each file system when listing file systems in an account (via a DataLakeServiceAsyncClient object). This type is immutable to ensure thread-safety of requests, so changing the details for a different listing operation requires construction of a new object. Null may be passed if none of the options are desirable.
Constructor Summary
Constructor | Description |
---|---|
FileSystemListDetails() |
Creates a new instance of FileSystemListDetails. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
getRetrieveDeleted()
Whether deleted file systems should be returned. |
boolean |
getRetrieveMetadata()
Whether metadata should be returned. |
boolean |
getRetrieveSystemFileSystems()
Whether system file |
File |
setRetrieveDeleted(boolean retrieveDeleted)
Whether deleted file systems should be returned. |
File |
setRetrieveMetadata(boolean retrieveMetadata)
Whether metadata should be returned. |
File |
setRetrieveSystemFileSystems(boolean retrieveSystemFileSystems)
Whether system file |
List |
toIncludeType() |
Methods inherited from java.lang.Object
Constructor Details
FileSystemListDetails
public FileSystemListDetails()
Creates a new instance of FileSystemListDetails.
Method Details
getRetrieveDeleted
public boolean getRetrieveDeleted()
Whether deleted file systems should be returned.
Returns:
getRetrieveMetadata
public boolean getRetrieveMetadata()
Whether metadata should be returned.
Returns:
getRetrieveSystemFileSystems
public boolean getRetrieveSystemFileSystems()
Whether system fileSystems should be returned.
Returns:
setRetrieveDeleted
public FileSystemListDetails setRetrieveDeleted(boolean retrieveDeleted)
Whether deleted file systems should be returned.
Parameters:
Returns:
setRetrieveMetadata
public FileSystemListDetails setRetrieveMetadata(boolean retrieveMetadata)
Whether metadata should be returned.
Parameters:
Returns:
setRetrieveSystemFileSystems
public FileSystemListDetails setRetrieveSystemFileSystems(boolean retrieveSystemFileSystems)
Whether system fileSystems should be returned.
Parameters:
Returns:
toIncludeType
public ListFileSystemsIncludeType toIncludeType()
Returns:
Applies to
Azure SDK for Java