IFileSystemOperations.BeginOpenAsync Method (String, String, FileOpenParameters, CancellationToken)
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
Task<FileCreateOpenAndAppendResponse> BeginOpenAsync(
string filePath,
string accountName,
FileOpenParameters parameters,
CancellationToken cancellationToken
)
Task<FileCreateOpenAndAppendResponse^>^ BeginOpenAsync(
String^ filePath,
String^ accountName,
FileOpenParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginOpenAsync :
filePath:string *
accountName:string *
parameters:FileOpenParameters *
cancellationToken:CancellationToken -> Task<FileCreateOpenAndAppendResponse>
Function BeginOpenAsync (
filePath As String,
accountName As String,
parameters As FileOpenParameters,
cancellationToken As CancellationToken
) As Task(Of FileCreateOpenAndAppendResponse)
Parameters
filePath
Type: System.StringThe path to the file to open.
accountName
Type: System.StringThe name of the account to retrieve
parameters
Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.FileOpenParametersThe optional parameters to pass to the open operation
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<FileCreateOpenAndAppendResponse>
The data from the file requested.
See Also
IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top