Uses of Class
com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
Packages that use BlockBlobSimpleUploadOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
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 BlockBlobSimpleUploadOptionsModifier and TypeMethodDescriptionBlockBlobSimpleUploadOptions.setContentMd5(byte[] contentMd5) BlockBlobSimpleUploadOptions.setHeaders(BlobHttpHeaders headers) BlockBlobSimpleUploadOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobSimpleUploadOptions.setLegalHold(Boolean legalHold) Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.BlockBlobSimpleUploadOptions.setMetadata(Map<String, String> metadata) BlockBlobSimpleUploadOptions.setRequestConditions(BlobRequestConditions requestConditions) BlockBlobSimpleUploadOptions.setTier(AccessTier tier) -
Uses of BlockBlobSimpleUploadOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobSimpleUploadOptionsModifier and TypeMethodDescriptionMono<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.