Uses of Class
com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Packages that use BlockBlobSimpleUploadOptions Package Description com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs.com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlockBlobSimpleUploadOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobSimpleUploadOptions Modifier and Type Method Description BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setContentMd5(byte[] contentMd5)BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setHeaders(BlobHttpHeaders headers)BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setLegalHold(Boolean legalHold)Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setMetadata(Map<String,String> metadata)BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setRequestConditions(BlobRequestConditions requestConditions)BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setTags(Map<String,String> tags)BlockBlobSimpleUploadOptionsBlockBlobSimpleUploadOptions. setTier(AccessTier tier) -
Uses of BlockBlobSimpleUploadOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobSimpleUploadOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlockBlobAsyncClient. uploadWithResponse(BlockBlobSimpleUploadOptions options)Creates a new block blob, or updates the content of an existing block blob.com.azure.core.http.rest.Response<BlockBlobItem>BlockBlobClient. uploadWithResponse(BlockBlobSimpleUploadOptions options, Duration timeout, com.azure.core.util.Context context)Creates a new block blob, or updates the content of an existing block blob.
-