Uses of Class
com.azure.storage.blob.options.BlobParallelUploadOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of BlobParallelUploadOptions in com.azure.storage.blob
Modifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<BlockBlobItem>>
BlobAsyncClient.uploadWithResponse
(BlobParallelUploadOptions options) Creates a new block blob, or updates the content of an existing block blob.com.azure.core.http.rest.Response<BlockBlobItem>
BlobClient.uploadWithResponse
(BlobParallelUploadOptions options, com.azure.core.util.Context context) Deprecated.com.azure.core.http.rest.Response<BlockBlobItem>
BlobClient.uploadWithResponse
(BlobParallelUploadOptions options, Duration timeout, com.azure.core.util.Context context) Creates a new blob, or updates the content of an existing blob. -
Uses of BlobParallelUploadOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobParallelUploadOptions.setComputeMd5
(boolean computeMd5) Sets the computeMd5 property.BlobParallelUploadOptions.setHeaders
(BlobHttpHeaders headers) Sets theBlobHttpHeaders
.BlobParallelUploadOptions.setImmutabilityPolicy
(BlobImmutabilityPolicy immutabilityPolicy) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobParallelUploadOptions.setLegalHold
(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobParallelUploadOptions.setMetadata
(Map<String, String> metadata) Sets the metadata.BlobParallelUploadOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions
.BlobParallelUploadOptions.setRequestConditions
(BlobRequestConditions requestConditions) Sets theBlobRequestConditions
.Set the tags.BlobParallelUploadOptions.setTier
(AccessTier tier) Sets theAccessTier
.BlobParallelUploadOptions.setTimeout
(Duration timeout) Deprecated.UseBlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)
to specify timeout.
BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)