< Back

Get-AzureRmDataLakeStoreItem

Tue Jan 29, 2019 9:44 pm

NAME Get-AzureRmDataLakeStoreItem



SYNOPSIS

Gets the details of a file or folder in Data Lake Store.





SYNTAX

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

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeStoreItem cmdlet gets the details of a file or 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 from which to get details of an item, starting with the root directory (/).



Required? true

Position? 1

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

DataLakeStoreItem

The file or folder at the path specified.





NOTES









Example 1: Get details of a file from the Data Lake Store



PS C:\\>Get-AzureRmDataLakeStoreItem -AccountName "ContosoADL" -Path "/MyFiles/Test.csv"



This command gets the details of the file Test.csv from the Data Lake Store.







RELATED LINKS

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

Export-AzureRmDataLakeStoreItem

Get-AzureRmDataLakeStoreChildItem

Import-AzureRmDataLakeStoreItem

Join-AzureRmDataLakeStoreItem

Move-AzureRmDataLakeStoreItem

New-AzureRmDataLakeStoreItem

Remove-AzureRmDataLakeStoreItem

Test-AzureRmDataLakeStoreItem