Uses of Class
com.azure.storage.blob.models.AppendBlobItem
Packages that use AppendBlobItem
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobItem in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return AppendBlobItemModifier and TypeMethodDescriptionAppendBlobClient.appendBlock(InputStream data, long length) Commits a new block of data to the end of the existing append blob.AppendBlobClient.appendBlockFromUrl(String sourceUrl, BlobRange sourceRange) Commits a new block of data from another blob to the end of this append blob.AppendBlobClient.create()Creates a 0-length append blob.AppendBlobClient.create(boolean overwrite) Creates a 0-length append blob.AppendBlobClient.createIfNotExists()Creates a 0-length append blob if it does not exist.Methods in com.azure.storage.blob.specialized that return types with arguments of type AppendBlobItemModifier and TypeMethodDescriptionAppendBlobAsyncClient.appendBlock(Flux<ByteBuffer> data, long length) Commits a new block of data to the end of the existing append blob.AppendBlobAsyncClient.appendBlockFromUrl(String sourceUrl, BlobRange sourceRange) Commits a new block of data from another blob to the end of this append blob.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions options) Commits a new block of data from another blob to the end of this append blob.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.appendBlockFromUrlWithResponse(String sourceUrl, BlobRange sourceRange, byte[] sourceContentMD5, AppendBlobRequestConditions destRequestConditions, BlobRequestConditions sourceRequestConditions) Commits a new block of data from another blob to the end of this append blob.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions options, Duration timeout, com.azure.core.util.Context context) Commits a new block of data from another blob to the end of this append blob.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.appendBlockFromUrlWithResponse(String sourceUrl, BlobRange sourceRange, byte[] sourceContentMd5, AppendBlobRequestConditions destRequestConditions, BlobRequestConditions sourceRequestConditions, Duration timeout, com.azure.core.util.Context context) Commits a new block of data from another blob to the end of this append blob.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.appendBlockWithResponse(Flux<ByteBuffer> data, long length, byte[] contentMd5, AppendBlobRequestConditions appendBlobRequestConditions) Commits a new block of data to the end of the existing append blob.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.appendBlockWithResponse(InputStream data, long length, byte[] contentMd5, AppendBlobRequestConditions appendBlobRequestConditions, Duration timeout, com.azure.core.util.Context context) Commits a new block of data to the end of the existing append blob.AppendBlobAsyncClient.create()Creates a 0-length append blob.AppendBlobAsyncClient.create(boolean overwrite) Creates a 0-length append blob.AppendBlobAsyncClient.createIfNotExists()Creates a 0-length append blob if it does not exist.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.createIfNotExistsWithResponse(AppendBlobCreateOptions options) Creates a 0-length append blob if it does not exist.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.createIfNotExistsWithResponse(AppendBlobCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a 0-length append blob if it does not exist.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.createWithResponse(BlobHttpHeaders headers, Map<String, String> metadata, BlobRequestConditions requestConditions) Creates a 0-length append blob.Mono<com.azure.core.http.rest.Response<AppendBlobItem>> AppendBlobAsyncClient.createWithResponse(AppendBlobCreateOptions options) Creates a 0-length append blob.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.createWithResponse(BlobHttpHeaders headers, Map<String, String> metadata, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Creates a 0-length append blob.com.azure.core.http.rest.Response<AppendBlobItem> AppendBlobClient.createWithResponse(AppendBlobCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a 0-length append blob.