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