Uses of Class
com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
Packages that use BlockBlobSeekableByteChannelWriteOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobSeekableByteChannelWriteOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobSeekableByteChannelWriteOptionsModifier and TypeMethodDescriptionBlockBlobSeekableByteChannelWriteOptions.setBlockSizeInBytes
(Long blockSizeInBytes) Sets the size of individual writes to the service.BlockBlobSeekableByteChannelWriteOptions.setHeaders
(BlobHttpHeaders headers) Sets the HTTP headers to write.BlockBlobSeekableByteChannelWriteOptions.setMetadata
(Map<String, String> metadata) Sets the metadata to write.BlockBlobSeekableByteChannelWriteOptions.setRequestConditions
(BlobRequestConditions conditions) Sets the request conditions for writing to the blob.Sets the tags to write.BlockBlobSeekableByteChannelWriteOptions.setTier
(AccessTier tier) Sets the access tier for the target blob. -
Uses of BlockBlobSeekableByteChannelWriteOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobSeekableByteChannelWriteOptionsModifier and TypeMethodDescriptionBlockBlobClient.openSeekableByteChannelWrite
(BlockBlobSeekableByteChannelWriteOptions options) Opens a seekable byte channel in write-only mode to upload the blob.