Uses of Class
com.azure.storage.blob.options.BlobParallelUploadOptions
-
Packages that use BlobParallelUploadOptions Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.options 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 BlobParallelUploadOptions Modifier and Type Method Description Mono<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)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 BlobParallelUploadOptions Modifier and Type Method Description BlobParallelUploadOptionsBlobParallelUploadOptions. setComputeMd5(boolean computeMd5)Sets the computeMd5 property.BlobParallelUploadOptionsBlobParallelUploadOptions. setHeaders(BlobHttpHeaders headers)Sets theBlobHttpHeaders.BlobParallelUploadOptionsBlobParallelUploadOptions. setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobParallelUploadOptionsBlobParallelUploadOptions. setLegalHold(Boolean legalHold)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlobParallelUploadOptionsBlobParallelUploadOptions. setMetadata(Map<String,String> metadata)Sets the metadata.BlobParallelUploadOptionsBlobParallelUploadOptions. setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)Sets theParallelTransferOptions.BlobParallelUploadOptionsBlobParallelUploadOptions. setRequestConditions(BlobRequestConditions requestConditions)Sets theBlobRequestConditions.BlobParallelUploadOptionsBlobParallelUploadOptions. setTags(Map<String,String> tags)Set the tags.BlobParallelUploadOptionsBlobParallelUploadOptions. setTier(AccessTier tier)Sets theAccessTier.BlobParallelUploadOptionsBlobParallelUploadOptions. setTimeout(Duration timeout)Deprecated.UseBlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)to specify timeout.
-