public interface DataLakeFileOpenInputStreamResult
InputStream to a datalake file.| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
PathProperties |
getProperties() |
InputStream getInputStream()
InputStream of the target file.PathProperties getProperties()
PathProperties of the target file.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.