Uses of Class
com.azure.storage.blob.models.BlockBlobItem
-
Packages that use BlockBlobItem Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlockBlobItem in com.azure.storage.blob
Methods in com.azure.storage.blob that return types with arguments of type BlockBlobItem Modifier and Type Method Description Mono<BlockBlobItem>BlobAsyncClient. upload(com.azure.core.util.BinaryData data)Creates a new block blob.Mono<BlockBlobItem>BlobAsyncClient. upload(com.azure.core.util.BinaryData data, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.Mono<BlockBlobItem>BlobAsyncClient. upload(Flux<ByteBuffer> data, ParallelTransferOptions parallelTransferOptions)Creates a new block blob.Mono<BlockBlobItem>BlobAsyncClient. upload(Flux<ByteBuffer> data, ParallelTransferOptions parallelTransferOptions, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlobAsyncClient. uploadFromFileWithResponse(BlobUploadFromFileOptions options)Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.com.azure.core.http.rest.Response<BlockBlobItem>BlobClient. uploadFromFileWithResponse(BlobUploadFromFileOptions options, Duration timeout, com.azure.core.util.Context context)Creates a new block blob, or updates the content of an existing block blob.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.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlobAsyncClient. uploadWithResponse(Flux<ByteBuffer> data, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String,String> metadata, AccessTier tier, BlobRequestConditions requestConditions)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. -
Uses of BlockBlobItem in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlockBlobItem Modifier and Type Method Description BlockBlobItemBlockBlobClient. commitBlockList(List<String> base64BlockIds)Writes a blob by specifying the list of block IDs that are to make up the blob.BlockBlobItemBlockBlobClient. commitBlockList(List<String> base64BlockIds, boolean overwrite)Writes a blob by specifying the list of block IDs that are to make up the blob.BlockBlobItemBlockBlobClient. upload(InputStream data, long length)Creates a new block blob.BlockBlobItemBlockBlobClient. upload(InputStream data, long length, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.BlockBlobItemBlockBlobClient. uploadFromUrl(String sourceUrl)Creates a new block blob, or updates the content of an existing block blob.BlockBlobItemBlockBlobClient. uploadFromUrl(String sourceUrl, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlockBlobItem Modifier and Type Method Description Mono<BlockBlobItem>BlockBlobAsyncClient. commitBlockList(List<String> base64BlockIds)Writes a blob by specifying the list of block IDs that are to make up the blob.Mono<BlockBlobItem>BlockBlobAsyncClient. commitBlockList(List<String> base64BlockIds, boolean overwrite)Writes a blob by specifying the list of block IDs that are to make up the blob.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlockBlobAsyncClient. commitBlockListWithResponse(BlockBlobCommitBlockListOptions options)Writes a blob by specifying the list of block IDs that are to make up the blob.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlockBlobAsyncClient. commitBlockListWithResponse(List<String> base64BlockIds, BlobHttpHeaders headers, Map<String,String> metadata, AccessTier tier, BlobRequestConditions requestConditions)Writes a blob by specifying the list of block IDs that are to make up the blob.com.azure.core.http.rest.Response<BlockBlobItem>BlockBlobClient. commitBlockListWithResponse(BlockBlobCommitBlockListOptions options, Duration timeout, com.azure.core.util.Context context)Writes a blob by specifying the list of block IDs that are to make up the blob.com.azure.core.http.rest.Response<BlockBlobItem>BlockBlobClient. commitBlockListWithResponse(List<String> base64BlockIds, BlobHttpHeaders headers, Map<String,String> metadata, AccessTier tier, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Writes a blob by specifying the list of block IDs that are to make up the blob.Mono<BlockBlobItem>BlockBlobAsyncClient. upload(Flux<ByteBuffer> data, long length)Creates a new block blob.Mono<BlockBlobItem>BlockBlobAsyncClient. upload(Flux<ByteBuffer> data, long length, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.Mono<BlockBlobItem>BlockBlobAsyncClient. uploadFromUrl(String sourceUrl)Creates a new block blob, or updates the content of an existing block blob.Mono<BlockBlobItem>BlockBlobAsyncClient. uploadFromUrl(String sourceUrl, boolean overwrite)Creates a new block blob, or updates the content of an existing block blob.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlockBlobAsyncClient. uploadFromUrlWithResponse(BlobUploadFromUrlOptions options)Creates a new block blob, or updates the content of an existing block blob.com.azure.core.http.rest.Response<BlockBlobItem>BlockBlobClient. uploadFromUrlWithResponse(BlobUploadFromUrlOptions options, Duration timeout, com.azure.core.util.Context context)Creates a new block blob, or updates the content of an existing block blob.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.Mono<com.azure.core.http.rest.Response<BlockBlobItem>>BlockBlobAsyncClient. uploadWithResponse(Flux<ByteBuffer> data, long length, BlobHttpHeaders headers, Map<String,String> metadata, AccessTier tier, byte[] contentMd5, BlobRequestConditions requestConditions)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.com.azure.core.http.rest.Response<BlockBlobItem>BlockBlobClient. uploadWithResponse(InputStream data, long length, BlobHttpHeaders headers, Map<String,String> metadata, AccessTier tier, byte[] contentMd5, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Creates a new block blob, or updates the content of an existing block blob.
-