你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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()

Gets the InputStream of the target file.

abstract PathProperties getProperties()

Gets the PathProperties of the target file.

Method Details

getInputStream

public abstract InputStream getInputStream()

Gets the InputStream of the target file.

Returns:

the InputStream of the target file.

getProperties

public abstract PathProperties getProperties()

Gets the PathProperties of the target file.

Returns:

the PathProperties of the target file.

Applies to