DataLakeGetPathsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for GetPathsAsync(DataLakeGetPathsOptions, CancellationToken) and GetPathsAsync(DataLakeGetPathsOptions, CancellationToken).
public class DataLakeGetPathsOptions
type DataLakeGetPathsOptions = class
Public Class DataLakeGetPathsOptions
- Inheritance
-
DataLakeGetPathsOptions
Constructors
| Name | Description |
|---|---|
| DataLakeGetPathsOptions() | |
Properties
| Name | Description |
|---|---|
| Path |
Filters results to paths within the specified directory. Not applicable for GetPathsAsync(DataLakeGetPathsOptions, CancellationToken). |
| Recursive |
If true, all paths are listed; otherwise, only paths at the root of the filesystem are listed. |
| StartFrom |
Optional. A relative path within the specified directory where the listing will start from. For example, a recursive listing under directory folder1/folder2 with beginFrom as folder3/readmefile.txt will start listing from folder1/folder2/folder3/readmefile.txt. Please note that, multiple entity levels are supported for recursive listing. Non-recursive listing supports only one entity level. An error will appear if multiple entity levels are specified for non-recursive listing. |
| UserPrincipalName |
Optional. Valid only when Hierarchical Namespace is enabled for the account. If "true", the user identity values returned in the owner and group fields of each list entry will be transformed from Azure Active Directory Object IDs to User Principal Names. If "false", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names. |