Uses of Class
com.azure.storage.blob.options.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
Modifier 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
Modifier and TypeMethodDescriptionBlobUploadFromFileOptions.setHeaders
(BlobHttpHeaders headers) BlobUploadFromFileOptions.setMetadata
(Map<String, String> metadata) BlobUploadFromFileOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) BlobUploadFromFileOptions.setRequestConditions
(BlobRequestConditions requestConditions) BlobUploadFromFileOptions.setTier
(AccessTier tier)