Mono<PathProperties> |
DataLakePathAsyncClient.getProperties() |
Returns the resource's metadata and properties.
|
Mono<com.azure.core.http.rest.Response<PathProperties>> |
DataLakePathAsyncClient.getPropertiesWithResponse(DataLakeRequestConditions requestConditions) |
Returns the resource's metadata and properties.
|
com.azure.core.http.rest.Response<PathProperties> |
DataLakePathClient.getPropertiesWithResponse(DataLakeRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Returns the resource's metadata and properties.
|
Mono<PathProperties> |
DataLakeFileAsyncClient.readToFile(String filePath) |
Reads the entire file into a file specified by the path.
|
Mono<PathProperties> |
DataLakeFileAsyncClient.readToFile(String filePath,
boolean overwrite) |
Reads the entire file into a file specified by the path.
|
Mono<com.azure.core.http.rest.Response<PathProperties>> |
DataLakeFileAsyncClient.readToFileWithResponse(String filePath,
FileRange range,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
DownloadRetryOptions options,
DataLakeRequestConditions requestConditions,
boolean rangeGetContentMd5,
Set<OpenOption> openOptions) |
Reads the entire file into a file specified by the path.
|
com.azure.core.http.rest.Response<PathProperties> |
DataLakeFileClient.readToFileWithResponse(String filePath,
FileRange range,
com.azure.storage.common.ParallelTransferOptions parallelTransferOptions,
DownloadRetryOptions downloadRetryOptions,
DataLakeRequestConditions requestConditions,
boolean rangeGetContentMd5,
Set<OpenOption> openOptions,
Duration timeout,
com.azure.core.util.Context context) |
Reads the entire file into a file specified by the path.
|