DirectoryRetrievalDepth Parameter (Connect-HDFS Cmdlet)
Limit the subfolders recursively scanned.
Syntax
Connect-HDFS -DirectoryRetrievalDepth int
Data Type
int
Default Value
-1
Remarks
DirectoryRetrievalDepth specifies how many subfolders will be recursively scanned before stopping. -1 specifies that all subfolders are scanned. 0 specifies that only the current folder will be scanned for items.