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