DataLakeStoreFileSystemClient.ReadFromFile(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ADL read stream
public System.IO.Stream ReadFromFile (string filePath, string accountName);
member this.ReadFromFile : string * string -> System.IO.Stream
Public Function ReadFromFile (filePath As String, accountName As String) As Stream
Parameters
- filePath
- String
File Path
- accountName
- String
Account name
Returns
AdlReadStream