Interface DataLakeFileOpenInputStreamResult
public interface DataLakeFileOpenInputStreamResult
Result of opening an
InputStream to a datalake file.-
Method Summary
-
Method Details
-
getInputStream
InputStream getInputStream()- Returns:
- the
InputStreamof the target file.
-
getProperties
PathProperties getProperties()- Returns:
- the
PathPropertiesof the target file.
-