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) Sets the MD5 hash of the content.BlockBlobSimpleUploadOptions.setHeaders(BlobHttpHeaders headers) Sets theBlobHttpHeaders.BlockBlobSimpleUploadOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Sets theBlobImmutabilityPolicy.BlockBlobSimpleUploadOptions.setLegalHold(Boolean legalHold) Sets if a legal hold should be placed on the blob.BlockBlobSimpleUploadOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the blob.BlockBlobSimpleUploadOptions.setRequestConditions(BlobRequestConditions requestConditions) Sets theBlobRequestConditions.Sets the tags to associate with the blob.BlockBlobSimpleUploadOptions.setTier(AccessTier tier) Sets theAccessTier. -
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.