FileSystemOperationsExtensions.OpenAsync Method (IFileSystemOperations, String)

 

Gets the data associated with the file handle requested.

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

Syntax

public static Task<FileOpenResponse> OpenAsync(
    this IFileSystemOperations operations,
    string fileOpenRequestLink
)
public:
[ExtensionAttribute]
static Task<FileOpenResponse^>^ OpenAsync(
    IFileSystemOperations^ operations,
    String^ fileOpenRequestLink
)
static member OpenAsync : 
        operations:IFileSystemOperations *
        fileOpenRequestLink:string -> Task<FileOpenResponse>
<ExtensionAttribute>
Public Shared Function OpenAsync (
    operations As IFileSystemOperations,
    fileOpenRequestLink As String
) As Task(Of FileOpenResponse)

Parameters

  • fileOpenRequestLink
    Type: System.String

    Required. The link to the file to open including all required parameters.

Return Value

Type: System.Threading.Tasks.Task<FileOpenResponse>

The data from the file requested.

See Also

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

Return to top