IncludeSubdirectories Parameter (Connect-Avro Cmdlet)
ネストされたフォルダからファイルを読み出すかどうか。名前衝突が起こった場合は、テーブル名の前にアンダースコアで区切られたフォルダ名が付けられます。
Syntax
Connect-Avro -IncludeSubdirectories SwitchParameter
Data Type
bool
Default Value
false
Remarks
Whether to read files from nested folders. Table names are prefixed by each nested folder name separated by underscores. For example,
Root\subfolder1\tableA | Root\subfolder1\subfolder2\tableA |
subfolder1_tableA | subfolder1_subfolder2_tableA |