public final class FileSystemListDetails extends Object
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 and Description |
|---|
FileSystemListDetails()
Creates a new instance of
FileSystemListDetails. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRetrieveDeleted()
Whether deleted file systems should be returned.
|
boolean |
getRetrieveMetadata()
Whether metadata should be returned.
|
FileSystemListDetails |
setRetrieveDeleted(boolean retrieveDeleted)
Whether deleted file systems should be returned.
|
FileSystemListDetails |
setRetrieveMetadata(boolean retrieveMetadata)
Whether metadata should be returned.
|
ListFileSystemsIncludeType |
toIncludeType() |
public FileSystemListDetails()
FileSystemListDetails.public boolean getRetrieveMetadata()
public FileSystemListDetails setRetrieveMetadata(boolean retrieveMetadata)
retrieveMetadata - Flag indicating whether metadata should be returnedpublic boolean getRetrieveDeleted()
public FileSystemListDetails setRetrieveDeleted(boolean retrieveDeleted)
retrieveDeleted - Flag indicating whether deleted file systems should be returned.public ListFileSystemsIncludeType toIncludeType()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.