| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.options |
Package containing options model classes used by Azure Storage File Datalake.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.Response<InputStream> |
DataLakeFileClient.openQueryInputStreamWithResponse(FileQueryOptions queryOptions)
Opens an input stream to query the file.
|
Mono<FileQueryAsyncResponse> |
DataLakeFileAsyncClient.queryWithResponse(FileQueryOptions queryOptions)
Queries the entire file.
|
FileQueryResponse |
DataLakeFileClient.queryWithResponse(FileQueryOptions queryOptions,
Duration timeout,
com.azure.core.util.Context context)
Queries an entire file into an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
FileQueryOptions |
FileQueryOptions.setErrorConsumer(Consumer<FileQueryError> errorConsumer)
Sets the error consumer.
|
FileQueryOptions |
FileQueryOptions.setInputSerialization(FileQuerySerialization inputSerialization)
Sets the input serialization.
|
FileQueryOptions |
FileQueryOptions.setOutputSerialization(FileQuerySerialization outputSerialization)
Sets the output serialization.
|
FileQueryOptions |
FileQueryOptions.setProgressConsumer(Consumer<FileQueryProgress> progressConsumer)
Sets the progress consumer.
|
FileQueryOptions |
FileQueryOptions.setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the request conditions.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.