Uses of Class
com.azure.storage.blob.models.BlobProperties
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobProperties in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobClientBase.downloadToFile
(String filePath) Downloads the entire blob into a file specified by the path.BlobClientBase.downloadToFile
(String filePath, boolean overwrite) Downloads the entire blob into a file specified by the path.BlobClientBase.getProperties()
Returns the blob's metadata and properties.BlobInputStream.getProperties()
Gets the blob properties as fetched upon download.Modifier and TypeMethodDescriptionBlobAsyncClientBase.downloadToFile
(String filePath) Downloads the entire blob into a file specified by the path.BlobAsyncClientBase.downloadToFile
(String filePath, boolean overwrite) Downloads the entire blob into a file specified by the path.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.downloadToFileWithResponse
(BlobDownloadToFileOptions options) Downloads the entire blob into a file specified by the path.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean rangeGetContentMd5) Downloads the entire blob into a file specified by the path.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions options, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.downloadToFileWithResponse
(BlobDownloadToFileOptions options, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions downloadRetryOptions, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.downloadToFileWithResponse
(String filePath, BlobRange range, ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions downloadRetryOptions, BlobRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions, Duration timeout, com.azure.core.util.Context context) Downloads the entire blob into a file specified by the path.BlobAsyncClientBase.getProperties()
Returns the blob's metadata and properties.Mono<com.azure.core.http.rest.Response<BlobProperties>>
BlobAsyncClientBase.getPropertiesWithResponse
(BlobRequestConditions requestConditions) Returns the blob's metadata and properties.com.azure.core.http.rest.Response<BlobProperties>
BlobClientBase.getPropertiesWithResponse
(BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Returns the blob's metadata and properties.