FileSystemOperationsExtensions.Concat Method (IFileSystemOperations, String, String, String)
Concatenates the list of files into the target file.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public static AzureOperationResponse Concat(
this IFileSystemOperations operations,
string destinationPath,
string accountName,
string paths
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Concat(
IFileSystemOperations^ operations,
String^ destinationPath,
String^ accountName,
String^ paths
)
static member Concat :
operations:IFileSystemOperations *
destinationPath:string *
accountName:string *
paths:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Concat (
operations As IFileSystemOperations,
destinationPath As String,
accountName As String,
paths As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperationsReference to the Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperations.
destinationPath
Type: System.StringRequired. The path to the destination file resulting from the concatenation.
accountName
Type: System.StringRequired. The name of the account to use
paths
Type: System.StringRequired. A list of comma seperated absolute FileSystem paths without scheme and authority
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
FileSystemOperationsExtensions Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top