Uses of Class
com.azure.storage.file.datalake.models.PathProperties
Packages that use PathProperties
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of PathProperties in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return PathPropertiesModifier and TypeMethodDescriptionDataLakePathClient.getProperties()
Returns the resource's metadata and properties.DataLakePathClient.getProperties
(PathGetPropertiesOptions options) Returns the resource's metadata and properties.DataLakeFileClient.readToFile
(ReadToFileOptions options) Reads the entire file into a file specified by the path.DataLakeFileClient.readToFile
(String filePath) Reads the entire file into a file specified by the path.DataLakeFileClient.readToFile
(String filePath, boolean overwrite) Reads the entire file into a file specified by the path.Methods in com.azure.storage.file.datalake that return types with arguments of type PathPropertiesModifier and TypeMethodDescriptionDataLakePathAsyncClient.getProperties()
Returns the resource's metadata and properties.DataLakePathAsyncClient.getProperties
(PathGetPropertiesOptions options) 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.DataLakeFileAsyncClient.readToFile
(ReadToFileOptions options) Reads the entire file into a file specified by the path.DataLakeFileAsyncClient.readToFile
(String filePath) Reads the entire file into a file specified by the path.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
(ReadToFileOptions options) 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
(ReadToFileOptions options, Duration timeout, com.azure.core.util.Context context) 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. -
Uses of PathProperties in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return PathPropertiesModifier and TypeMethodDescriptionDataLakeFileOpenInputStreamResult.getProperties()
Gets thePathProperties
of the target file.