DataLakeFileOpenInputStreamResult Interface
public interface DataLakeFileOpenInputStreamResult
Result of opening an InputStream to a datalake file.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Input |
getInputStream() |
abstract
Path |
getProperties() |
Method Details
getInputStream
public abstract InputStream getInputStream()
Returns:
the InputStream of the target file.
getProperties
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java