Get-AzDataLakeStoreChildItem
Gets the list of items in a folder in Data Lake Store.
Syntax
Default (Default)
Get-AzDataLakeStoreChildItem
[-Account] <String>
[-Path] <DataLakeStorePathInstance>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzDataLakeStoreChildItem cmdlet gets the list of items in a folder in Data Lake Store.
Examples
Example 1: Get the child items for a folder
Get-AzDataLakeStoreChildItem -AccountName "ContosoADL" -Path "/MyFiles/"
This command gets the child items for the MyFiles folder.
Parameters
-Account
Specifies the name of the Data Lake Store account.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AccountName |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Path
Specifies the Data Lake Store path of the folder, starting with the root directory (/).
Parameter properties
Type: | DataLakeStorePathInstance |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.