FileSystemOperationsExtensions.BeginCreate Method (IFileSystemOperations, String, String, FileCreateParameters)

 

Initiates a file creation request, resulting in a return of the data node location that will service the request.

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

Syntax

public static FileCreateOpenAndAppendResponse BeginCreate(
    this IFileSystemOperations operations,
    string filePath,
    string accountName,
    FileCreateParameters parameters
)
public:
[ExtensionAttribute]
static FileCreateOpenAndAppendResponse^ BeginCreate(
    IFileSystemOperations^ operations,
    String^ filePath,
    String^ accountName,
    FileCreateParameters^ parameters
)
static member BeginCreate : 
        operations:IFileSystemOperations *
        filePath:string *
        accountName:string *
        parameters:FileCreateParameters -> FileCreateOpenAndAppendResponse
<ExtensionAttribute>
Public Shared Function BeginCreate (
    operations As IFileSystemOperations,
    filePath As String,
    accountName As String,
    parameters As FileCreateParameters
) As FileCreateOpenAndAppendResponse

Parameters

  • filePath
    Type: System.String

    Required. The path to the file to create.

  • accountName
    Type: System.String

    Required. The name of the account to use

Return Value

Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.FileCreateOpenAndAppendResponse

The data from the file requested.

See Also

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

Return to top