Uses of Class
com.azure.storage.blob.options.AppendBlobCreateOptions
Packages that use AppendBlobCreateOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobCreateOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return AppendBlobCreateOptionsModifier and TypeMethodDescriptionAppendBlobCreateOptions.setHeaders(BlobHttpHeaders headers) Sets theBlobHttpHeaders.AppendBlobCreateOptions.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Sets the immutability policy for the blob.AppendBlobCreateOptions.setLegalHold(Boolean legalHold) Sets if a legal hold should be placed on the blob.AppendBlobCreateOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the blob.AppendBlobCreateOptions.setRequestConditions(BlobRequestConditions requestConditions) Sets theBlobRequestConditions.Sets the tags to associate with the blob. -
Uses of AppendBlobCreateOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type AppendBlobCreateOptionsModifier and TypeMethodDescriptionMono<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(AppendBlobCreateOptions options) 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.