你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ListFileSystemsOptions Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. ListFileSystemsOptions
- com.
public final class ListFileSystemsOptions
Defines options available to configure the behavior of a call to listFileSystemsSegment on a DataLakeServiceAsyncClient object. See the constructor for details on each of the options. Null may be passed in place of an object of this type if no options are desirable.
Constructor Summary
Constructor | Description |
---|---|
ListFileSystemsOptions() |
Constructs an unpopulated ListFileSystemsOptions. |
Method Summary
Modifier and Type | Method and Description |
---|---|
File |
getDetails()
Gets the details for listing specific file systems. |
Integer |
getMaxResultsPerPage()
Specifies the maximum number of paths to return, including all Path |
String |
getPrefix()
Filters the results to return only paths whose names begin with the specified prefix. |
List |
setDetails(FileSystemListDetails details)
Sets the details for listing specific file systems. |
List |
setMaxResultsPerPage(Integer maxResultsPerPage)
Specifies the maximum number of paths to return, including all Path |
List |
setPrefix(String prefix)
Filters the results to return only paths whose names begin with the specified prefix. |
Methods inherited from java.lang.Object
Constructor Details
ListFileSystemsOptions
public ListFileSystemsOptions()
Constructs an unpopulated ListFileSystemsOptions.
Method Details
getDetails
public FileSystemListDetails getDetails()
Gets the details for listing specific file systems.
Returns:
getMaxResultsPerPage
public Integer getMaxResultsPerPage()
Specifies the maximum number of paths to return, including all PathPrefix elements. If the request does not specify maxResultsPerPage or specifies a value greater than 5,000, the server will return up to 5,000 items.
Returns:
getPrefix
public String getPrefix()
Filters the results to return only paths whose names begin with the specified prefix.
Returns:
setDetails
public ListFileSystemsOptions setDetails(FileSystemListDetails details)
Sets the details for listing specific file systems.
Parameters:
Returns:
setMaxResultsPerPage
public ListFileSystemsOptions setMaxResultsPerPage(Integer maxResultsPerPage)
Specifies the maximum number of paths to return, including all PathPrefix elements. If the request does not specify maxResultsPerPage or specifies a value greater than 5,000, the server will return up to 5,000 items.
Parameters:
Returns:
setPrefix
public ListFileSystemsOptions setPrefix(String prefix)
Filters the results to return only paths whose names begin with the specified prefix.
Parameters:
Returns: