FileSystemOperationsExtensions.MsConcat Method (IFileSystemOperations, String, String, Stream)

 

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public static AzureOperationResponse MsConcat(
    this IFileSystemOperations operations,
    string destinationPath,
    string accountName,
    Stream streamContents
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ MsConcat(
    IFileSystemOperations^ operations,
    String^ destinationPath,
    String^ accountName,
    Stream^ streamContents
)
static member MsConcat : 
        operations:IFileSystemOperations *
        destinationPath:string *
        accountName:string *
        streamContents:Stream -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function MsConcat (
    operations As IFileSystemOperations,
    destinationPath As String,
    accountName As String,
    streamContents As Stream
) As AzureOperationResponse

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

See Also

FileSystemOperationsExtensions Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top