Uses of Class
com.azure.storage.blob.models.BlobProperties
Packages that use BlobProperties
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobProperties in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobPropertiesModifier and TypeMethodDescriptionBlobSeekableByteChannelReadResult.getProperties()Gets the blob properties of the target blob.Constructors in com.azure.storage.blob.models with parameters of type BlobPropertiesModifierConstructorDescriptionBlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties) Creates a new instance ofBlobSeekableByteChannelReadResult. -
Uses of BlobProperties in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlobPropertiesModifier 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.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlobPropertiesModifier 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.