Share via


DataLakeFileOpenInputStreamResult Interface

public interface DataLakeFileOpenInputStreamResult

Result of opening an InputStream to a datalake file.

Method Summary

Modifier and Type Method and Description
abstract InputStream getInputStream()
abstract PathProperties getProperties()

Method Details

getInputStream

public abstract InputStream getInputStream()

Returns:

the InputStream of the target file.

getProperties

public abstract PathProperties getProperties()

Returns:

the PathProperties of the target file.

Applies to