Uses of Class
com.azure.storage.blob.options.BlobParallelUploadOptions
Packages that use 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
Methods in com.azure.storage.blob with parameters of type BlobParallelUploadOptionsModifier 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
Methods in com.azure.storage.blob.options that return BlobParallelUploadOptionsModifier and TypeMethodDescriptionBlobParallelUploadOptions.setComputeMd5(boolean computeMd5) Sets the computeMd5 property.BlobParallelUploadOptions.setHeaders(BlobHttpHeaders headers) Sets theBlobHttpHeaders.BlobParallelUploadOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy.BlobParallelUploadOptions.setLegalHold(Boolean legalHold) Sets if a legal hold should be placed on the blob.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)