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()
Gets the InputStream of the target file. |
abstract
Path |
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java