| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BlobParallelUploadOptions |
BlobParallelUploadOptions.setComputeMd5(boolean computeMd5)
Sets the computeMd5 property.
|
BlobParallelUploadOptions |
BlobParallelUploadOptions.setHeaders(BlobHttpHeaders headers)
Sets the
BlobHttpHeaders. |
BlobParallelUploadOptions |
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 |
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 |
BlobParallelUploadOptions.setMetadata(Map<String,String> metadata)
Sets the metadata.
|
BlobParallelUploadOptions |
BlobParallelUploadOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)
Sets the
ParallelTransferOptions. |
BlobParallelUploadOptions |
BlobParallelUploadOptions.setRequestConditions(BlobRequestConditions requestConditions)
Sets the
BlobRequestConditions. |
BlobParallelUploadOptions |
BlobParallelUploadOptions.setTags(Map<String,String> tags)
Set the tags.
|
BlobParallelUploadOptions |
BlobParallelUploadOptions.setTier(AccessTier tier)
Sets the
AccessTier. |
BlobParallelUploadOptions |
BlobParallelUploadOptions.setTimeout(Duration timeout)
Deprecated.
Use
BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context) to
specify timeout. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.