FileSystemOperationsExtensions.Concat メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソース ファイルの一覧をコピー先ファイルに連結し、成功するとすべてのソース ファイルを削除します。
public static void Concat (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string destinationPath, System.Collections.Generic.IList<string> sources);
public static void Concat (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, System.Collections.Generic.IList<string> sources);
static member Concat : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> -> unit
static member Concat : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub Concat (operations As IFileSystemOperations, accountName As String, destinationPath As String, sources As IList(Of String))
<Extension()>
Public Sub Concat (operations As IFileSystemOperations, accountName As String, path As String, sources As IList(Of String))
パラメーター
- operations
- IFileSystemOperations
この拡張メソッドの操作グループ。
- accountName
- String
ファイルシステム操作を実行する Azure Data Lake Store アカウント。
- destinationPathpath
- String
連結の結果として生成される変換先ファイルの Data Lake Store パス ('/' から始まる)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET