IFileSystemOperations.ConcatAsync Method (String, String, String, CancellationToken)
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
Task<AzureOperationResponse> ConcatAsync(
string destinationPath,
string accountName,
string paths,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ ConcatAsync(
String^ destinationPath,
String^ accountName,
String^ paths,
CancellationToken cancellationToken
)
abstract ConcatAsync :
destinationPath:string *
accountName:string *
paths:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function ConcatAsync (
destinationPath As String,
accountName As String,
paths As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
destinationPath
Type: System.StringThe path to the destination file resulting from the concatenation.
accountName
Type: System.StringThe name of the account to use
paths
Type: System.StringA list of comma seperated absolute FileSystem paths without scheme and authority
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top