Uses of Class
com.azure.storage.blob.options.BlobUploadFromFileOptions
Packages that use BlobUploadFromFileOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of BlobUploadFromFileOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type BlobUploadFromFileOptionsModifier and TypeMethodDescriptionMono
<com.azure.core.http.rest.Response<BlockBlobItem>> BlobAsyncClient.uploadFromFileWithResponse
(BlobUploadFromFileOptions options) Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.com.azure.core.http.rest.Response
<BlockBlobItem> BlobClient.uploadFromFileWithResponse
(BlobUploadFromFileOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new block blob, or updates the content of an existing block blob. -
Uses of BlobUploadFromFileOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobUploadFromFileOptionsModifier and TypeMethodDescriptionBlobUploadFromFileOptions.setHeaders
(BlobHttpHeaders headers) Sets theBlobHttpHeaders
.BlobUploadFromFileOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to associate with the blob.BlobUploadFromFileOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions
.BlobUploadFromFileOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets theBlobRequestConditions
.Sets the tags to associate with the blob.BlobUploadFromFileOptions.setTier
(AccessTier tier) Sets theAccessTier
.