< Back

Get-AzureRmDataLakeStoreChildItem

Tue Jan 29, 2019 9:44 pm

NAME Get-AzureRmDataLakeStoreChildItem



SYNOPSIS

Gets the list of items in a folder in Data Lake Store.





SYNTAX

Get-AzureRmDataLakeStoreChildItem [-Account] <String> [-Path] <DataLakeStorePathInstance> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeStoreChildItem cmdlet gets the list of items in a folder in Data Lake Store.





PARAMETERS

-Account <String>

Specifies the name of the Data Lake Store account.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Path <DataLakeStorePathInstance>

Specifies the Data Lake Store path of the folder, starting with the root directory (/).



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

IEnumerable<DataLakeStoreItem>

The list of Data Lake Store files and folders under the specified path.





NOTES









Example 1: Get the child items for a folder



PS C:\\>Get-AzureRmDataLakeStoreChildItem -AccountName "ContosoADL" -Path "/MyFiles/"



This command gets the child items for the MyFiles folder.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... echilditem