次の方法で共有


FileSystemOperationsExtensions.Concat メソッド

定義

ソース ファイルの一覧をコピー先ファイルに連結し、成功するとすべてのソース ファイルを削除します。

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 パス ('/' から始まる)。

sources
IList<String>

連結するファイルのコンマ区切りの Data Lake Store パス ('/' で始まる) の一覧を、連結する順序で指定します。

適用対象